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 d8c3ef3 commit d11a906Copy full SHA for d11a906
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: python3.11
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v4.6.0
6
hooks:
7
- id: check-case-conflict
8
- id: check-docstring-first
@@ -44,7 +44,7 @@ repos:
44
- flake8-bugbear
45
- flake8-datetime-utcnow-plugin
46
- repo: https://github.com/asottile/pyupgrade
47
- rev: v3.15.1
+ rev: v3.15.2
48
49
- id: pyupgrade
50
args:
@@ -76,7 +76,7 @@ repos:
76
- "-lll"
77
- "tests"
78
- repo: https://github.com/psf/black
79
- rev: 24.3.0
+ rev: 24.4.2
80
81
- id: black
82
- repo: https://github.com/pre-commit/pygrep-hooks
0 commit comments