Skip to content

Commit be67e21

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0)
1 parent 281ca59 commit be67e21

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
@@ -22,7 +22,7 @@ repos:
2222

2323
# Autoformat: Python code
2424
- repo: https://github.com/psf/black
25-
rev: 24.10.0
25+
rev: 25.1.0
2626
hooks:
2727
- id: black
2828
args:
@@ -34,7 +34,7 @@ repos:
3434

3535
# Autoformat: Python code
3636
- repo: https://github.com/pycqa/isort
37-
rev: 5.13.2
37+
rev: 6.0.1
3838
hooks:
3939
- id: isort
4040
args:
@@ -73,7 +73,7 @@ repos:
7373
7474
# Lint: Python code
7575
- repo: https://github.com/PyCQA/flake8
76-
rev: "7.1.1"
76+
rev: "7.2.0"
7777
hooks:
7878
- id: flake8
7979

0 commit comments

Comments
 (0)