Skip to content

Commit 3477cd3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.284](astral-sh/ruff-pre-commit@v0.0.270...v0.0.284) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.0](pre-commit/mirrors-mypy@v1.3.0...v1.5.0)
1 parent ba0c31e commit 3477cd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ repos:
2525
- id: isort
2626

2727
- repo: https://github.com/psf/black
28-
rev: 23.3.0
28+
rev: 23.7.0
2929
hooks:
3030
- id: black
3131

32-
- repo: https://github.com/charliermarsh/ruff-pre-commit
33-
rev: v0.0.270
32+
- repo: https://github.com/astral-sh/ruff-pre-commit
33+
rev: v0.0.284
3434
hooks:
3535
- id: ruff
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.3.0
38+
rev: v1.5.0
3939
hooks:
4040
- id: mypy
4141
additional_dependencies: [markdown-it-py~=3.0]

0 commit comments

Comments
 (0)