We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2e3d9 commit a92bb7dCopy full SHA for a92bb7d
1 file changed
.pre-commit-config.yaml
@@ -14,11 +14,11 @@ repos:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- repo: https://github.com/tox-dev/pyproject-fmt
17
- rev: 0.12.1
+ rev: 0.13.0
18
hooks:
19
- id: pyproject-fmt
20
- repo: https://github.com/asottile/setup-cfg-fmt
21
- rev: v2.3.0
+ rev: v2.4.0
22
23
- id: setup-cfg-fmt
24
args:
@@ -34,7 +34,7 @@ repos:
34
additional_dependencies:
35
- tomli==2.0.1
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v3.7.0
+ rev: v3.8.0
38
39
- id: pyupgrade
40
args: [--py38-plus]
0 commit comments