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 1f1bbd6 commit a6c9030Copy full SHA for a6c9030
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
26
- repo: https://github.com/pre-commit/mirrors-prettier
27
# keep it before yamllint
28
- rev: v3.0.1
+ rev: v3.0.2
29
hooks:
30
- id: prettier
31
always_run: true
@@ -45,7 +45,7 @@ repos:
45
- id: tox-ini-fmt
46
47
- repo: https://github.com/astral-sh/ruff-pre-commit
48
- rev: "v0.0.284"
+ rev: "v0.0.285"
49
50
- id: ruff
51
args:
@@ -68,7 +68,7 @@ repos:
68
- flake8-docstrings
69
70
- repo: https://github.com/pycqa/pylint.git
71
- rev: v3.0.0a6
+ rev: v3.0.0a7
72
73
- id: pylint
74
@@ -79,7 +79,7 @@ repos:
79
- pyyaml
80
81
- repo: https://github.com/pre-commit/mirrors-mypy.git
82
- rev: v1.5.0
+ rev: v1.5.1
83
84
- id: mypy
85
additional_dependencies:
0 commit comments