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 7086683 commit 6b585b9Copy full SHA for 6b585b9
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: trailing-whitespace
9
exclude: tests(/\w*)*/functional/t/trailing_whitespaces.py|tests/pyreverse/data/.*.html|doc/data/messages/t/trailing-whitespace/bad.py
@@ -20,7 +20,7 @@ repos:
20
doc/data/messages/m/missing-final-newline/bad/crlf.py
21
)$
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: "v0.12.7"
+ rev: "v0.12.8"
24
25
- id: ruff-check
26
args: ["--fix"]
0 commit comments