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 278de0f commit b0cd485Copy full SHA for b0cd485
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
doc/data/messages/m/missing-final-newline/bad/crlf.py
18
)$
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: "v0.1.7"
+ rev: "v0.1.8"
21
hooks:
22
- id: ruff
23
args: ["--fix"]
@@ -34,12 +34,12 @@ repos:
34
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
35
types: [python]
36
- repo: https://github.com/PyCQA/isort
37
- rev: 5.13.1
+ rev: 5.13.2
38
39
- id: isort
40
exclude: doc/data/messages/
41
- repo: https://github.com/psf/black
42
- rev: 23.11.0
+ rev: 23.12.0
43
44
- id: black
45
args: [--safe, --quiet]
0 commit comments