Skip to content

Commit 9ce9301

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.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0)
1 parent e4ed0c1 commit 9ce9301

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: black
66
args: [--target-version=py38]
77
- repo: https://github.com/PyCQA/isort
8-
rev: 6.0.0
8+
rev: 6.0.1
99
hooks:
1010
- id: isort
1111
- repo: https://github.com/asottile/pyupgrade
@@ -14,7 +14,7 @@ repos:
1414
- id: pyupgrade
1515
args: [--py38-plus]
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 7.1.2
17+
rev: 7.2.0
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:

0 commit comments

Comments
 (0)