summaryrefslogtreecommitdiff
path: root/maint/python-lints
Commit message (Collapse)AuthorAgeFilesLines
* Rename maint/list_crates to kebab-caseIan Jackson2026-01-201-1/+1
| | | | | | | | | | Swap the symlink direction: now we have list_crates.py (the python module) with a symlink list-crates pointing to it. This allows the module to be imported but the command to be kebab case. The checking tooling doesn't understand this special arrangement. Lots of references to update!
* python-lints script to run flake8, black, and mypy.Nick Mathewson2024-10-281-0/+204
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.