Skip to content

Commit 3dfc3fe

Browse files
[pre-commit.ci] pre-commit autoupdate (#1710)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/tox-dev/pyproject-fmt: 0.3.5 → 0.4.1](tox-dev/pyproject-fmt@0.3.5...0.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0d5cb67 commit 3dfc3fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-toml
66
- id: check-yaml
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- id: mixed-line-ending
1010
- repo: https://github.com/pycqa/flake8
11-
rev: 5.0.4
11+
rev: 6.0.0
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/pycqa/doc8
@@ -60,7 +60,7 @@ repos:
6060
language_version: python3
6161
entry: black --target-version=py37
6262
- repo: https://github.com/tox-dev/pyproject-fmt
63-
rev: 0.3.5
63+
rev: 0.4.1
6464
hooks:
6565
- id: pyproject-fmt
6666
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)