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 553c9e4 commit df82da8Copy full SHA for df82da8
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
types: [file, yaml]
34
entry: yamllint --strict
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: "v0.4.10"
+ rev: "v0.5.1"
37
hooks:
38
- id: ruff
39
args: [--fix, --exit-non-zero-on-fix]
@@ -43,7 +43,7 @@ repos:
43
- id: black
44
language_version: python3
45
- repo: https://github.com/pre-commit/mirrors-mypy
46
- rev: v1.10.0
+ rev: v1.10.1
47
48
- id: mypy
49
# empty args needed in order to match mypy cli behavior
@@ -54,7 +54,7 @@ repos:
54
- packaging
55
- rich>=11.0.0
56
- repo: https://github.com/pycqa/pylint
57
- rev: v3.2.3
+ rev: v3.2.5
58
59
- id: pylint
60
# see https://github.com/PyCQA/pylint/issues/6535
0 commit comments