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 f794305 commit c63319cCopy full SHA for c63319c
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
- id: blackdoc
29
30
- repo: https://github.com/charliermarsh/ruff-pre-commit
31
- rev: v0.0.269
+ rev: v0.0.272
32
hooks:
33
- id: ruff
34
@@ -39,18 +39,18 @@ repos:
39
language_version: python3
40
41
- repo: https://github.com/codespell-project/codespell
42
- rev: v2.2.4
+ rev: v2.2.5
43
44
- id: codespell
45
args:
46
- --ignore-words-list=pres
47
48
- repo: https://github.com/asottile/add-trailing-comma
49
- rev: v2.4.0
+ rev: v2.5.1
50
51
- id: add-trailing-comma
52
53
- repo: https://github.com/tox-dev/pyproject-fmt
54
- rev: "0.11.2"
+ rev: "0.12.1"
55
56
- id: pyproject-fmt
0 commit comments