Skip to content

Commit 821ee5e

Browse files
[pre-commit.ci] pre-commit autoupdate (#28)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: David V. Lu <[email protected]>
1 parent 6938a07 commit 821ee5e

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
@@ -15,7 +15,7 @@ repos:
1515
- id: check-ast
1616
- id: double-quote-string-fixer
1717
- id: requirements-txt-fixer
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
- repo: https://github.com/codespell-project/codespell
2020
hooks:
2121
- id: codespell
@@ -54,6 +54,6 @@ repos:
5454
- repo: https://github.com/PyCQA/flake8
5555
hooks:
5656
- id: flake8
57-
rev: 7.1.0
57+
rev: 7.1.1
5858
ci:
5959
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)