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 e1e8f6f commit 5f5064dCopy full SHA for 5f5064d
.pre-commit-config.yaml
@@ -23,11 +23,11 @@ repos:
23
types: [file, yaml]
24
entry: yamllint --strict
25
- repo: https://github.com/pappasam/toml-sort
26
- rev: v0.24.1
+ rev: v0.24.2
27
hooks:
28
- id: toml-sort-fix
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.7.4
+ rev: v0.8.1
31
32
- id: ruff
33
args:
@@ -54,7 +54,7 @@ repos:
54
- py>=1.9.0
55
- tox>=4.23.2
56
- repo: https://github.com/pycqa/pylint
57
- rev: v3.3.1
+ rev: v3.3.2
58
59
- id: pylint
60
additional_dependencies:
0 commit comments