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 e6b8400 commit 801a628Copy full SHA for 801a628
.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
58
- prettier-plugin-sort-json
59
60
- repo: https://github.com/pappasam/toml-sort
61
- rev: v0.23.1
+ rev: v0.24.2
62
hooks:
63
- id: toml-sort-fix
64
@@ -68,7 +68,7 @@ repos:
68
- id: tox-ini-fmt
69
70
- repo: https://github.com/astral-sh/ruff-pre-commit
71
- rev: v0.7.3
+ rev: v0.8.1
72
73
- id: ruff
74
args:
@@ -98,7 +98,7 @@ repos:
98
pass_filenames: false
99
100
- repo: https://github.com/pycqa/pylint.git
101
- rev: v3.3.1
+ rev: v3.3.2
102
103
- id: pylint
104
0 commit comments