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 f2f3efc commit 2c1746aCopy full SHA for 2c1746a
.pre-commit-config.yaml
@@ -13,12 +13,12 @@ repos:
13
- id: end-of-file-fixer
14
- id: trailing-whitespace
15
- repo: https://github.com/igorshubovych/markdownlint-cli
16
- rev: v0.43.0
+ rev: v0.44.0
17
hooks:
18
- id: markdownlint
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
# Ruff version.
21
- rev: 'v0.9.1'
+ rev: 'v0.9.3'
22
23
- id: ruff
24
- repo: https://github.com/psf/black
0 commit comments