Skip to content

Commit fcce909

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.3.0
28+
rev: v2.3.1
2929
hooks:
3030
- id: autoflake
3131
args:
@@ -76,7 +76,7 @@ repos:
7676
- "-lll"
7777
- "tests"
7878
- repo: https://github.com/psf/black
79-
rev: 24.2.0
79+
rev: 24.3.0
8080
hooks:
8181
- id: black
8282
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)