Skip to content

Commit e24eeee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.5](astral-sh/ruff-pre-commit@v0.3.7...v0.4.5) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent 0ef065f commit e24eeee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ repos:
1515
- id: "check-json"
1616

1717
- repo: https://github.com/psf/black
18-
rev: 24.4.0
18+
rev: 24.4.2
1919
hooks:
2020
- id: black
2121
files: &files '^(app)'
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.3.7
24+
rev: v0.4.5
2525
hooks:
2626
- id: ruff
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.9.0
29+
rev: v1.10.0
3030
hooks:
3131
- id: mypy
3232
additional_dependencies: [pydantic==1.10.11, aiogram==3.0.0b7]

0 commit comments

Comments
 (0)