Skip to content

Commit cb25c1e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2)
1 parent e41ff98 commit cb25c1e

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
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/PyCQA/autoflake
6-
rev: v2.2.1
6+
rev: v2.3.1
77
hooks:
88
- id: autoflake
99
args: [
@@ -15,7 +15,7 @@ repos:
1515
]
1616

1717
- repo: https://github.com/psf/black
18-
rev: 23.12.1
18+
rev: 24.4.2
1919
hooks:
2020
- id: black
2121
language_version: python3.8

0 commit comments

Comments
 (0)