Skip to content

Commit 464a006

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 → 25.1.0](psf/black@23.12.1...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
1 parent e41ff98 commit 464a006

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
@@ -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: 25.1.0
1919
hooks:
2020
- id: black
2121
language_version: python3.8
@@ -25,7 +25,7 @@ repos:
2525
]
2626

2727
- repo: https://github.com/pycqa/isort
28-
rev: 5.13.2
28+
rev: 6.0.0
2929
hooks:
3030
- id: isort
3131
name: isort

0 commit comments

Comments
 (0)