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 47f6675 commit b66973cCopy full SHA for b66973c
.flake8
.pre-commit-config.yaml
@@ -15,22 +15,17 @@ repos:
15
- tomli
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.11.0
+ rev: v0.11.2
19
hooks:
20
- id: ruff
21
- id: ruff-format
22
23
- - repo: https://github.com/pycqa/flake8
24
- rev: 7.1.2
25
- hooks:
26
- - id: flake8
27
-
28
- repo: https://github.com/tox-dev/pyproject-fmt
29
rev: v2.5.1
30
31
- id: pyproject-fmt
32
33
- repo: https://github.com/abravalheri/validate-pyproject
34
- rev: v0.24
+ rev: v0.24.1
35
36
- id: validate-pyproject
0 commit comments