Skip to content

Commit adf04c7

Browse files
[pre-commit.ci] pre-commit autoupdate (#3149)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 065740c commit adf04c7

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
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.1.3
8+
rev: v0.1.4
99
hooks:
1010
- id: ruff-format
1111
- repo: https://github.com/codespell-project/codespell
@@ -21,7 +21,7 @@ repos:
2121
- id: tox-ini-fmt
2222
args: ["-p", "fix"]
2323
- repo: https://github.com/tox-dev/pyproject-fmt
24-
rev: 1.3.0
24+
rev: 1.4.1
2525
hooks:
2626
- id: pyproject-fmt
2727
additional_dependencies: ["tox>=4.11.3"]
@@ -36,7 +36,7 @@ repos:
3636
- id: blacken-docs
3737
additional_dependencies: [black==23.10.1]
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.1.3
39+
rev: v0.1.4
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]

0 commit comments

Comments
 (0)