Skip to content

Commit 322506d

Browse files
[pre-commit.ci] pre-commit autoupdate (#690)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cd14c9c commit 322506d

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
@@ -15,13 +15,13 @@ repos:
1515
args: [--py38-plus]
1616

1717
- repo: https://github.com/PyCQA/isort
18-
rev: 6.0.0
18+
rev: 6.0.1
1919
hooks:
2020
- id: isort
2121
additional_dependencies: [toml]
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 7.1.1
24+
rev: 7.1.2
2525
hooks:
2626
- id: flake8
2727

0 commit comments

Comments
 (0)