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.
2 parents f8168f0 + 32a6de2 commit 7a5c00bCopy full SHA for 7a5c00b
.pre-commit-config.yaml
@@ -10,14 +10,14 @@ repos:
10
hooks:
11
- id: isort
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.5.5
+ rev: v0.6.2
14
15
- id: ruff
16
args:
17
- --fix
18
- --exit-non-zero-on-fix
19
- repo: https://github.com/nim65s/pre-commit-sort
20
- rev: v0.2.0
+ rev: v0.4.0
21
22
- id: pre-commit-sort
23
- repo: https://github.com/pappasam/toml-sort
@@ -44,7 +44,7 @@ repos:
44
- id: mixed-line-ending
45
- id: trailing-whitespace
46
- repo: https://github.com/psf/black
47
- rev: 24.4.2
+ rev: 24.8.0
48
49
- id: black
50
- repo: https://github.com/python-poetry/poetry
0 commit comments