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

@@ -1,9 +1,9 @@
repos:
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.1 # must match requirements-tests.txt
rev: v2.1.2 # must match requirements-tests.txt
hooks:
- id: pycln
args: [--all, stubs, stdlib, tests, scripts]
args: [--config=pyproject.toml, stubs, stdlib, tests, scripts]
- repo: https://github.com/psf/black
rev: 22.10.0 # must match requirements-tests.txt
hooks: