Skip to content

Commit 1dcbd27

Browse files
[pre-commit.ci] pre-commit autoupdate (#506)
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 5ce49fa commit 1dcbd27

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pycqa/isort
6-
rev: 6.0.0
6+
rev: 6.0.1
77
hooks:
88
- id: isort
99

@@ -15,7 +15,7 @@ repos:
1515
- --preview
1616

1717
- repo: https://github.com/pycqa/flake8
18-
rev: 7.1.1
18+
rev: 7.1.2
1919
hooks:
2020
- id: flake8
2121
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)