Skip to content

Commit 14df5ed

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.1.1 → 25.1.0](psf/black@24.1.1...25.1.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.2](PyCQA/flake8@7.0.0...7.1.2) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent 86112e3 commit 14df5ed

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.1.1
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
- repo: https://github.com/PyCQA/flake8
7-
rev: 7.0.0
7+
rev: 7.1.2
88
hooks:
99
- id: flake8
1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.13.2
11+
rev: 6.0.1
1212
hooks:
1313
- id: isort
1414
name: isort (python)

0 commit comments

Comments
 (0)