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 70d6208 commit 1f033bdCopy full SHA for 1f033bd
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v4.4.0
4
hooks:
5
- id: check-added-large-files
6
args: ['--maxkb=100']
@@ -18,7 +18,7 @@ repos:
18
- id: python-use-type-annotations
19
- id: text-unicode-replacement-char
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.2.0
+ rev: v3.2.2
22
23
- id: pyupgrade
24
args: [--py37-plus]
@@ -41,7 +41,7 @@ repos:
41
42
- id: black
43
- repo: https://github.com/PyCQA/flake8
44
- rev: 5.0.4
+ rev: 6.0.0
45
46
- id: flake8
47
types: [python]
@@ -80,7 +80,7 @@ repos:
80
81
- id: codespell
82
- repo: https://github.com/pre-commit/mirrors-mypy
83
- rev: 'v0.982'
+ rev: 'v0.991'
84
85
- id: mypy
86
args: [
0 commit comments