Skip to content

Commit 884b803

Browse files
[pre-commit.ci] pre-commit autoupdate (#599)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: 1.5.3 → 1.6.0](tox-dev/pyproject-fmt@1.5.3...1.6.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8db4e42 commit 884b803

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
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/tox-dev/pyproject-fmt
17-
rev: 1.5.3
17+
rev: 1.6.0
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -53,7 +53,7 @@ repos:
5353
- --add-import
5454
- 'from __future__ import annotations'
5555
- repo: https://github.com/PyCQA/flake8
56-
rev: 6.1.0
56+
rev: 7.0.0
5757
hooks:
5858
- id: flake8
5959
additional_dependencies:

0 commit comments

Comments
 (0)