Skip to content

Commit fe88f99

Browse files
[pre-commit.ci] pre-commit autoupdate (#146)
updates: - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.4.10](astral-sh/ruff-pre-commit@v0.4.8...v0.4.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e18ef26 commit fe88f99

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
@@ -16,7 +16,7 @@ repos:
1616
- id: check-toml
1717

1818
- repo: https://github.com/PyCQA/flake8
19-
rev: "7.0.0"
19+
rev: "7.1.0"
2020
hooks:
2121
- id: flake8
2222
args: [--config=.flake8]
@@ -31,7 +31,7 @@ repos:
3131
- id: detect-secrets
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.4.8
34+
rev: v0.4.10
3535
hooks:
3636
- id: ruff
3737
- id: ruff-format

0 commit comments

Comments
 (0)