We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea64aab commit 1dae79eCopy full SHA for 1dae79e
1 file changed
.pre-commit-config.yaml
@@ -6,15 +6,15 @@ repos:
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.14.10
+ rev: v0.15.4
10
hooks:
11
# Run the formatter.
12
- id: ruff-format
13
# Run the linter.
14
- id: ruff-check
15
args: [--fix,--unsafe-fixes]
16
- repo: https://github.com/tox-dev/pyproject-fmt
17
- rev: v2.15.2
+ rev: v2.16.2
18
19
- id: pyproject-fmt
20
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments