Skip to content

Commit 4111bd0

Browse files
chore: update pre-commit hooks (#327)
Co-authored-by: expobrain <2404909+expobrain@users.noreply.github.com>
1 parent 03bb16d commit 4111bd0

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
@@ -25,7 +25,7 @@ repos:
2525
- --autofix
2626
- id: trailing-whitespace
2727
- repo: https://github.com/myint/autoflake
28-
rev: v2.2.1
28+
rev: v2.3.0
2929
hooks:
3030
- id: autoflake
3131
args:
@@ -44,7 +44,7 @@ repos:
4444
- flake8-bugbear
4545
- flake8-datetime-utcnow-plugin
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.15.0
47+
rev: v3.15.1
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.1.1
79+
rev: 24.2.0
8080
hooks:
8181
- id: black
8282
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)