Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bffc0a + 3557077 commit 13b673cCopy full SHA for 13b673c
1 file changed
.pre-commit-config.yaml
@@ -20,11 +20,11 @@ repos:
20
exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/)
21
args: [--py38-plus, --add-import, 'from __future__ import annotations']
22
- repo: https://github.com/asottile/add-trailing-comma
23
- rev: v3.0.0
+ rev: v3.0.1
24
hooks:
25
- id: add-trailing-comma
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v3.9.0
+ rev: v3.10.1
28
29
- id: pyupgrade
30
args: [--py38-plus]
@@ -33,7 +33,7 @@ repos:
33
34
- id: autopep8
35
- repo: https://github.com/PyCQA/flake8
36
- rev: 6.0.0
+ rev: 6.1.0
37
38
- id: flake8
39
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments