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 ae7c6d9 commit 3eb01fdCopy full SHA for 3eb01fd
.pre-commit-config.yaml
@@ -36,15 +36,15 @@ repos:
36
- id: pretty-format-yaml
37
args: [--autofix, --indent, '2']
38
- repo: https://github.com/tox-dev/pyproject-fmt
39
- rev: 1.5.3
+ rev: 1.7.0
40
hooks:
41
- id: pyproject-fmt
42
- repo: https://github.com/psf/black
43
- rev: 23.12.1
+ rev: 24.1.1
44
45
- id: black
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: v0.1.9
+ rev: v0.2.0
48
49
- id: ruff
50
args: [--fix]
@@ -59,7 +59,7 @@ repos:
59
- types-requests
60
- lxml-stubs
61
- repo: https://github.com/igorshubovych/markdownlint-cli
62
- rev: v0.38.0
+ rev: v0.39.0
63
64
- id: markdownlint
65
exclude: ^.github/PULL_REQUEST_TEMPLATE.md
0 commit comments