We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce43e6e commit 585feceCopy full SHA for 585fece
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: reorder-python-imports
20
args: [--application-directories, '.:src', --py37-plus]
21
- repo: https://github.com/psf/black
22
- rev: 23.1.0
+ rev: 23.3.0
23
hooks:
24
- id: black
25
- repo: https://github.com/asottile/pyupgrade
@@ -33,7 +33,7 @@ repos:
33
# - id: mypy
34
# exclude: ^(docs/|tests/)
35
- repo: https://github.com/jorisroovers/gitlint
36
- rev: v0.19.0dev
+ rev: v0.19.1
37
38
- id: gitlint
39
- repo: https://github.com/asottile/setup-cfg-fmt
0 commit comments