Skip to content

Commit 37447e0

Browse files
[pre-commit.ci] pre-commit autoupdate (#14)
1 parent e2e0ae3 commit 37447e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ repos:
1212
language_version: python3
1313

1414
- repo: https://github.com/asottile/setup-cfg-fmt
15-
rev: v2.3.0
15+
rev: v2.4.0
1616
hooks:
1717
- id: setup-cfg-fmt
18-
args: [--include-version-classifiers, --max-py-version, "3.11"]
18+
args: [--include-version-classifiers, --min-py-version, "3.7", --max-py-version, "3.11"]
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.4.0
21+
rev: v3.8.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
@@ -36,7 +36,7 @@ repos:
3636
- id: black
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.3.0
39+
rev: v1.4.1
4040
hooks:
4141
- id: mypy
4242
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)