We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee7c92b + 2c25d16 commit 2575226Copy full SHA for 2575226
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py38-plus]
15
- repo: https://github.com/psf/black
16
- rev: 23.9.1
+ rev: 23.10.1
17
hooks:
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
@@ -22,7 +22,7 @@ repos:
22
- id: pyupgrade
23
args: [--py38-plus]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.6.0
+ rev: v1.6.1
26
27
- id: mypy
28
exclude: ^(docs/|tests/)
0 commit comments