Skip to content

Commit 6fd464b

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 eb8e511 commit 6fd464b

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
@@ -9,7 +9,7 @@ repos:
99
args: [--markdown-linebreak-ext=md]
1010

1111
- repo: https://github.com/PyCQA/isort
12-
rev: 6.0.0
12+
rev: 6.0.1
1313
hooks:
1414
- id: isort
1515

@@ -20,7 +20,7 @@ repos:
2020
language_version: python3
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 7.1.1
23+
rev: 7.1.2
2424
hooks:
2525
- id: flake8
2626
exclude: 'venv'

0 commit comments

Comments
 (0)