pre-commit
1 parent 9504b47 commit 85dcb92Copy full SHA for 85dcb92
1 file changed
.pre-commit-config.yaml
@@ -26,14 +26,14 @@ repos:
26
hooks:
27
- id: black
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: 'v2.3.0'
+ rev: 'v2.3.1'
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.16.2'
+ rev: 'v0.16.3'
37
38
- id: ruff
39
args:
0 commit comments