python-trio / flake8-async

Highly opinionated linter for Trio code
https://flake8-async.readthedocs.io
MIT License
17 stars 2 forks source link

Missing Tox environments in CONTRIBUTING.md? #114

Closed kianmeng closed 1 year ago

kianmeng commented 1 year ago
$ tox -av
using tox.ini: /tmp/flake8-trio/tox.ini (pid 252136)
using tox-3.25.0 from /home/foobar/.local/lib/python3.10/site-packages/tox/__init__.py (pid 252136)
default environments:
py39-flake8_5  -> Runs pytest, optionally with posargs
py39-flake8_6  -> Runs pytest, optionally with posargs
py310-flake8_5 -> Runs pytest, optionally with posargs
py310-flake8_6 -> Runs pytest, optionally with posargs
py311-flake8_5 -> Runs pytest, optionally with posargs
py311-flake8_6 -> Runs pytest, optionally with posargs

In https://github.com/Zac-HD/flake8-trio/blob/main/CONTRIBUTING.md

tox -e check
tox -e py311
jakkdl commented 1 year ago

Ah I'm sorry, tox -e check is outdated - it should be pre-commit run --all-files. Will fix~