mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-24 02:28:45 +08:00
Bump test dependencies; improve pycln config (#9197)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user