Skip to content

Commit e7c0eb4

Browse files
chore: update pre-commit hooks (#1278)
updates: - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b3cda2b commit e7c0eb4

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
@@ -6,7 +6,7 @@ default_language_version:
66
python: python3
77
repos:
88
- repo: https://github.com/PyCQA/flake8
9-
rev: 5.0.4
9+
rev: 6.0.0
1010
hooks:
1111
- id: flake8
1212
args: [
@@ -20,7 +20,7 @@ repos:
2020
- id: codespell
2121
args: ["-L", "ba,ihs,kake,nd,noe,nwo,te", "-S", "fixture"]
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v4.3.0
23+
rev: v4.4.0
2424
hooks:
2525
- id: check-yaml
2626
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)