tor-browser

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

.prospector.yaml (266B)


      1 strictness: veryhigh
      2 doc-warnings: false
      3 test-warnings: false
      4 
      5 max-line-length: 139
      6 
      7 requirements:
      8  - requirements.txt
      9  - requirements-test.txt
     10  - requirements-optional.txt
     11 
     12 ignore-paths:
     13  - parse.py
     14  - utils/
     15 
     16 python-targets:
     17  - 2
     18  - 3
     19 
     20 mccabe:
     21  run: false