Skip to content

Commit 1ccec89

Browse files
[pre-commit.ci] pre-commit autoupdate (#884)
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.2.0](PyCQA/flake8@7.1.1...7.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5992d77 commit 1ccec89

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
@@ -30,7 +30,7 @@ repos:
3030

3131
# Autoformat: Python code
3232
- repo: https://github.com/PyCQA/isort
33-
rev: "6.0.0"
33+
rev: "6.0.1"
3434
hooks:
3535
- id: isort
3636

@@ -50,7 +50,7 @@ repos:
5050

5151
# Lint: Python code
5252
- repo: https://github.com/PyCQA/flake8
53-
rev: "7.1.1"
53+
rev: "7.2.0"
5454
hooks:
5555
- id: flake8
5656

0 commit comments

Comments
 (0)