Skip to content

Commit 2bfaebd

Browse files
[pre-commit.ci] pre-commit autoupdate (SciTools#5682)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.1.11](astral-sh/ruff-pre-commit@v0.1.9...v0.1.11) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f966738 commit 2bfaebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: no-commit-to-branch
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.1.9"
32+
rev: "v0.1.11"
3333
hooks:
3434
- id: ruff
3535
types: [file, python]
@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies: [tomli]
4646

4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 6.1.0
48+
rev: 7.0.0
4949
hooks:
5050
- id: flake8
5151
types: [file, python]

0 commit comments

Comments
 (0)