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 2cf9a4c commit 768c51aCopy full SHA for 768c51a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-toml
@@ -27,7 +27,7 @@ repos:
27
- id: pyupgrade
28
args: [--py37-plus]
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.16.0
+ rev: v1.17.1
31
32
- id: mypy
33
additional_dependencies:
@@ -44,6 +44,6 @@ repos:
44
- id: setup-cfg-fmt
45
args: [--min-py3-version, '3.7']
46
- repo: https://github.com/gitleaks/gitleaks
47
- rev: v8.27.2
+ rev: v8.28.0
48
49
- id: gitleaks
0 commit comments