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 c08c198 commit be94056Copy full SHA for be94056
β.pre-commit-config.yamlβ
@@ -15,26 +15,26 @@ repos:
15
- id: end-of-file-fixer
16
- id: trailing-whitespace
17
- repo: https://github.com/pre-commit/mirrors-mypy
18
- rev: v1.14.0
+ rev: v1.15.0
19
hooks:
20
- id: mypy
21
additional_dependencies:
22
- types-requests
23
- types-PyYAML
24
- types-toml
25
- repo: https://github.com/asottile/dead
26
- rev: v1.5.2
+ rev: v2.1.0
27
28
- id: dead
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.8.4
+ rev: v0.9.9
31
32
- id: ruff
33
args:
34
- --fix
35
- --unsafe-fixes
36
- id: ruff-format
37
- repo: https://github.com/crate-ci/typos
38
- rev: v1.28.4
+ rev: v1.30.0
39
40
- id: typos
0 commit comments