Skip to content

Commit c2f65bc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
types: [text]
2727
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 7.1.1
29+
rev: 7.1.2
3030
hooks:
3131
- id: flake8
3232
args: [-j8]
@@ -45,6 +45,6 @@ repos:
4545
args: [-i]
4646
additional_dependencies: [toml]
4747
- repo: https://github.com/PyCQA/isort
48-
rev: 6.0.0
48+
rev: 6.0.1
4949
hooks:
5050
- id: isort

0 commit comments

Comments
 (0)