Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 4303eaa

Browse files
chore(deps): update all non-major dependencies
1 parent ebdda8b commit 4303eaa

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
@@ -6,7 +6,7 @@ repos:
66
- id: trailing-whitespace
77

88
- repo: https://github.com/psf/black
9-
rev: 23.3.0
9+
rev: 23.9.1
1010
hooks:
1111
- id: black
1212

@@ -17,7 +17,7 @@ repos:
1717
args: ["--profile", "black"]
1818

1919
- repo: https://github.com/myint/autoflake
20-
rev: v2.1.1
20+
rev: v2.2.1
2121
hooks:
2222
- id: autoflake
2323
args:
@@ -28,7 +28,7 @@ repos:
2828
- --ignore-init-module-imports
2929

3030
- repo: https://github.com/myint/eradicate
31-
rev: 2.2.0
31+
rev: 2.3.0
3232
hooks:
3333
- id: eradicate
3434
args:

0 commit comments

Comments
 (0)