Skip to content

Commit 658537a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
1 parent 15ac4aa commit 658537a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727

2828
# Autoformat: Python code
2929
- repo: https://github.com/pycqa/isort
30-
rev: 6.0.0
30+
rev: 6.0.1
3131
hooks:
3232
- id: isort
3333

@@ -54,7 +54,7 @@ repos:
5454

5555
# Linting: Python code (see the file .flake8)
5656
- repo: https://github.com/PyCQA/flake8
57-
rev: "7.1.1"
57+
rev: "7.1.2"
5858
hooks:
5959
- id: flake8
6060

0 commit comments

Comments
 (0)