Skip to content

Commit 540b2bb

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/PyCQA/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0) - [github.com/psf/black: 23.3.0 → 23.11.0](psf/black@23.3.0...23.11.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.1.7](astral-sh/ruff-pre-commit@v0.0.270...v0.1.7) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.7.1](pre-commit/mirrors-mypy@v1.3.0...v1.7.1)
1 parent ba0c31e commit 540b2bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,30 @@ 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
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.12.0
23+
rev: 5.13.0
2424
hooks:
2525
- id: isort
2626

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

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

0 commit comments

Comments
 (0)