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

Commit f24b614

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-yaml
66
- id: trailing-whitespace
77

88
- repo: https://github.com/psf/black
9-
rev: 23.3.0
9+
rev: 23.11.0
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)