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 72028f3Copy full SHA for 72028f3
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: "trailing-whitespace"
6
- id: "check-case-conflict"
@@ -15,18 +15,18 @@ repos:
15
- id: "check-json"
16
17
- repo: https://github.com/psf/black
18
- rev: 24.4.2
+ rev: 24.10.0
19
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.8.3
25
26
- id: ruff
27
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.10.1
+ rev: v1.13.0
30
31
- id: mypy
32
additional_dependencies: [pydantic==1.10.11, aiogram==3.0.0b7]
0 commit comments