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 e354fd5 commit 7fb37feCopy full SHA for 7fb37fe
.pre-commit-config.yaml
@@ -12,23 +12,23 @@ repos:
12
- id: end-of-file-fixer
13
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.4.9
+ rev: v0.5.1
16
hooks:
17
- id: ruff
18
name: "lint with ruff"
19
- id: ruff-format
20
name: "format with ruff"
21
22
- repo: https://github.com/jackdewinter/pymarkdown
23
- rev: v0.9.20
+ rev: v0.9.21
24
25
- id: pymarkdown
26
name: "check markdown"
27
exclude: ^.github/|CHANGELOG
28
args: [scan]
29
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: "v1.10.0" # Use the sha / tag you want to point at
+ rev: "v1.10.1" # Use the sha / tag you want to point at
32
33
- id: mypy
34
name: "Check with Mypy"
0 commit comments