Bump test dependencies; improve pycln config (#9197)

This commit is contained in:
Alex Waygood
2022-11-14 19:58:45 +00:00
committed by GitHub
parent 66edd05cf3
commit 263427f438
4 changed files with 10 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ That being said, if you *want* to run the checks locally when you commit,
you're free to do so. Either run `pycln`, `black` and `isort` manually...
```
pycln --all .
pycln --config=pyproject.toml .
isort .
black .
```