Skip to content

Commit a41dc89

Browse files
[pre-commit.ci] pre-commit autoupdate (#4644)
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...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 950ec38 commit a41dc89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ repos:
2424
additional_dependencies: *version_check_dependencies
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 5.13.2
27+
rev: 6.0.1
2828
hooks:
2929
- id: isort
3030

3131
- repo: https://github.com/pycqa/flake8
32-
rev: 7.1.1
32+
rev: 7.2.0
3333
hooks:
3434
- id: flake8
3535
additional_dependencies:

0 commit comments

Comments
 (0)