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 a6e5880 commit eeaa107Copy full SHA for eeaa107
.pre-commit-config.yaml
@@ -15,18 +15,18 @@ repos:
15
- id: "check-json"
16
17
- repo: https://github.com/psf/black
18
- rev: 24.4.2
+ rev: 24.8.0
19
hooks:
20
- id: black
21
files: &files '^(app)'
22
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.5.2
+ rev: v0.6.5
25
26
- id: ruff
27
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.10.1
+ rev: v1.11.2
30
31
- id: mypy
32
additional_dependencies: [pydantic==1.10.11, aiogram==3.0.0b7]
0 commit comments