We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent 919980e commit 318c8c4Copy full SHA for 318c8c4
1 file changed
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- --no-sort-keys
19
- id: trailing-whitespace
20
- repo: https://github.com/DavidAnson/markdownlint-cli2
21
- rev: 'v0.14.0'
+ rev: 'v0.15.0'
22
hooks:
23
- id: markdownlint-cli2
24
- repo: https://github.com/psf/black
@@ -33,7 +33,7 @@ repos:
33
additional_dependencies:
34
- types-requests
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: 'v0.7.2'
+ rev: 'v0.7.3'
37
38
- id: ruff
39
args:
0 commit comments