We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa427c commit bb28c91Copy full SHA for bb28c91
.pre-commit-config.yaml
@@ -1,17 +1,17 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-toml
6
- id: check-yaml
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
- repo: https://github.com/tox-dev/pyproject-fmt
10
- rev: "v2.6.0"
+ rev: "v2.11.0"
11
12
- id: pyproject-fmt
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.12.7
+ rev: v0.14.1
15
16
- id: ruff
17
args: [--fix, --exit-non-zero-on-fix]
0 commit comments