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 508478f commit f38c4c3Copy full SHA for f38c4c3
.pre-commit-config.yaml
@@ -44,7 +44,7 @@ repos:
44
- prettier-plugin-sort-json
45
46
- repo: https://github.com/pappasam/toml-sort
47
- rev: v0.23.1
+ rev: v0.24.2
48
hooks:
49
- id: toml-sort-fix
50
@@ -54,7 +54,7 @@ repos:
54
- id: tox-ini-fmt
55
56
- repo: https://github.com/astral-sh/ruff-pre-commit
57
- rev: v0.7.3
+ rev: v0.8.1
58
59
- id: ruff
60
args:
@@ -84,7 +84,7 @@ repos:
84
pass_filenames: false
85
86
- repo: https://github.com/pycqa/pylint.git
87
- rev: v3.3.1
+ rev: v3.3.2
88
89
- id: pylint
90
0 commit comments