Skip to content

Commit 382b28a

Browse files
authoredMar 3, 2025··
[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) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9)
1 parent 581f673 commit 382b28a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ repos:
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
10-
rev: 6.0.0
10+
rev: 6.0.1
1111
hooks:
1212
- id: isort
1313
name: isort
1414
- repo: https://github.com/pycqa/flake8
15-
rev: 7.1.1
15+
rev: 7.1.2
1616
hooks:
1717
- id: flake8
1818
additional_dependencies:
@@ -35,6 +35,6 @@ repos:
3535
- id: python-check-blanket-type-ignore
3636
- id: python-use-type-annotations
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.9.4
38+
rev: v0.9.9
3939
hooks:
4040
- id: ruff

0 commit comments

Comments
 (0)