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 e3bc5f5 commit 6f62b5cCopy full SHA for 6f62b5c
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -19,7 +19,7 @@ repos:
19
additional_dependencies: [flake8-typing-imports==1.12.0]
20
args: [--max-line-length=100]
21
- repo: https://github.com/hhatto/autopep8
22
- rev: v2.1.0
+ rev: v2.1.1
23
24
- id: autopep8
25
- repo: https://github.com/asottile/reorder-python-imports
@@ -38,7 +38,7 @@ repos:
38
- id: add-trailing-comma
39
args: [--py36-plus]
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v1.9.0
+ rev: v1.10.0
42
43
- id: mypy
44
additional_dependencies: [types-all]
0 commit comments