Skip to content

Commit 19758cf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/tox-dev/pyproject-fmt: 1.5.3 → 1.6.0](tox-dev/pyproject-fmt@1.5.3...1.6.0)
1 parent 232fa54 commit 19758cf

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
@@ -14,7 +14,7 @@ repos:
1414
- id: check-yaml
1515
- id: debug-statements
1616
- repo: https://github.com/pycqa/flake8
17-
rev: 6.1.0
17+
rev: 7.0.0
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:
@@ -31,7 +31,7 @@ repos:
3131
args: [--py37-plus]
3232

3333
- repo: https://github.com/tox-dev/pyproject-fmt
34-
rev: "1.5.3"
34+
rev: "1.6.0"
3535
hooks:
3636
- id: pyproject-fmt
3737
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)