Skip to content

Commit 32c3fe7

Browse files
pre-commit updates
1 parent 70fde45 commit 32c3fe7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
repos:
22
- repo: https://github.com/ambv/black
3-
rev: 21.7b0
3+
rev: 22.8.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
77
- repo: https://github.com/asottile/blacken-docs
8-
rev: v1.10.0
8+
rev: v1.12.1
99
hooks:
1010
- id: blacken-docs
11-
additional_dependencies: [black==21.7b0]
11+
additional_dependencies: [black==22.6.0]
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
1313
rev: v2.1.0
1414
hooks:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
1717
- id: flake8
18+
args: [--min-python-version, "3.7.0"]
1819
additional_dependencies: [flake8-typing-imports]
1920
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v0.931
21+
rev: v0.981
2122
hooks:
2223
- id: mypy
2324
files: ^(src/|testing/)
@@ -36,7 +37,7 @@ repos:
3637
hooks:
3738
- id: rst-backticks
3839
- repo: https://github.com/asottile/pyupgrade
39-
rev: v2.23.3
40+
rev: v2.38.2
4041
hooks:
4142
- id: pyupgrade
42-
args: [--py36-plus]
43+
args: [--py37-plus]

0 commit comments

Comments
 (0)