We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dcec82 commit 3575edeCopy full SHA for 3575ede
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.2.0
+ rev: v4.3.0
4
hooks:
5
- id: check-added-large-files
6
args: ['--maxkb=25']
@@ -35,7 +35,7 @@ repos:
35
- id: reorder-python-imports
36
args: [--py37-plus, --add-import, 'from __future__ import annotations']
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v2.32.1
+ rev: v2.34.0
39
40
- id: pyupgrade
41
args: [--py37-plus]
@@ -118,7 +118,7 @@ repos:
118
args: [--no-build-isolation]
119
additional_dependencies: [setuptools-scm, toml]
120
- repo: https://github.com/pre-commit/mirrors-mypy
121
- rev: 'v0.950'
+ rev: 'v0.961'
122
123
- id: mypy
124
args: [
0 commit comments