Skip to content

Commit 901333c

Browse files
[pre-commit.ci] pre-commit autoupdate (#483)
<!--pre-commit.ci start--> 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/tox-dev/pyproject-fmt: 2.2.1 → 2.2.4](tox-dev/pyproject-fmt@2.2.1...2.2.4) - [github.com/tox-dev/tox-ini-fmt: 1.3.1 → 1.4.1](tox-dev/tox-ini-fmt@1.3.1...1.4.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6c6a8d4 commit 901333c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
@@ -17,12 +17,12 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/tox-dev/pyproject-fmt
20-
rev: 2.2.1
20+
rev: 2.2.4
2121
hooks:
2222
- id: pyproject-fmt
2323
additional_dependencies: ["tox>=4.9"]
2424
- repo: https://github.com/tox-dev/tox-ini-fmt
25-
rev: 1.3.1
25+
rev: 1.4.1
2626
hooks:
2727
- id: tox-ini-fmt
2828
- repo: https://github.com/rstcheck/rstcheck

0 commit comments

Comments
 (0)