Skip to content

Commit 449e2f0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - 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.292](astral-sh/ruff-pre-commit@v0.0.270...v0.0.292) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.6.0](pre-commit/mirrors-mypy@v1.3.0...v1.6.0)
1 parent ba0c31e commit 449e2f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude: >
1212
repos:
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.4.0
15+
rev: v4.5.0
1616
hooks:
1717
- id: check-json
1818
- id: check-yaml
@@ -25,17 +25,17 @@ repos:
2525
- id: isort
2626

2727
- repo: https://github.com/psf/black
28-
rev: 23.3.0
28+
rev: 23.9.1
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.292
3434
hooks:
3535
- id: ruff
3636

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

0 commit comments

Comments
 (0)