summaryrefslogtreecommitdiff
path: root/.flake8
Commit message (Collapse)AuthorAgeFilesLines
* python-lints script to run flake8, black, and mypy.Nick Mathewson2024-10-281-0/+13
The script is a bit tricky because it needs to set arguments correctly, use the right dependencies, treat packages differently from scripts, and find all of the packages and scripts in our repository.