Skip to content

Commit 783b006

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 5f5af49 commit 783b006

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
@@ -6,7 +6,7 @@ repos:
66
- id: trailing-whitespace
77

88
- repo: https://github.com/pycqa/isort
9-
rev: "6.0.0"
9+
rev: "6.0.1"
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black"]
@@ -18,6 +18,6 @@ repos:
1818
args: [--target-version=py38]
1919

2020
- repo: https://github.com/pycqa/flake8
21-
rev: '7.1.1'
21+
rev: '7.1.2'
2222
hooks:
2323
- id: flake8

0 commit comments

Comments
 (0)