Skip to content

Commit d11a906

Browse files
chore: update pre-commit hooks (#335)
Co-authored-by: expobrain <2404909+expobrain@users.noreply.github.com>
1 parent d8c3ef3 commit d11a906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.11
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-case-conflict
88
- id: check-docstring-first
@@ -44,7 +44,7 @@ repos:
4444
- flake8-bugbear
4545
- flake8-datetime-utcnow-plugin
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.15.1
47+
rev: v3.15.2
4848
hooks:
4949
- id: pyupgrade
5050
args:
@@ -76,7 +76,7 @@ repos:
7676
- "-lll"
7777
- "tests"
7878
- repo: https://github.com/psf/black
79-
rev: 24.3.0
79+
rev: 24.4.2
8080
hooks:
8181
- id: black
8282
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)