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 5b64c61 commit 3f0eebdCopy full SHA for 3f0eebd
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: auto-walrus
17
18
- repo: https://github.com/charliermarsh/ruff-pre-commit
19
- rev: v0.0.270
+ rev: v0.0.275
20
hooks:
21
- id: ruff
22
@@ -26,14 +26,14 @@ repos:
26
- id: black
27
28
- repo: https://github.com/codespell-project/codespell
29
- rev: v2.2.4
+ rev: v2.2.5
30
31
- id: codespell
32
additional_dependencies:
33
- tomli
34
35
- repo: https://github.com/tox-dev/pyproject-fmt
36
- rev: "0.11.2"
+ rev: "0.12.1"
37
38
- id: pyproject-fmt
39
@@ -43,7 +43,7 @@ repos:
43
- id: validate-pyproject
44
45
- repo: https://github.com/pre-commit/mirrors-mypy
46
- rev: v1.3.0
+ rev: v1.4.1
47
48
- id: mypy
49
args:
0 commit comments