tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.ruff.toml (193B)


      1 extend = "../../pyproject.toml"
      2 src = [
      3    # Treat direct imports in the test modules as first party.
      4    "mozpack/test",
      5    "mozbuild/test",
      6 ]
      7 
      8 [lint.isort]
      9 known-first-party = ["mozbuild"]