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.
pre-commit
1 parent 55f9d02 commit 1175414Copy full SHA for 1175414
.pre-commit-config.yaml
@@ -18,22 +18,22 @@ repos:
18
- --no-sort-keys
19
- id: trailing-whitespace
20
- repo: https://github.com/DavidAnson/markdownlint-cli2
21
- rev: 'v0.15.0'
+ rev: 'v0.16.0'
22
hooks:
23
- id: markdownlint-cli2
24
- repo: https://github.com/psf/black
25
rev: '24.10.0'
26
27
- id: black
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: 'v1.13.0'
+ rev: 'v1.14.0'
30
31
- id: mypy
32
exclude: '^(?:(?!src).)*$'
33
additional_dependencies:
34
- types-requests
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: 'v0.8.0'
+ rev: 'v0.8.4'
37
38
- id: ruff
39
args:
0 commit comments