Skip to content

Commit 29b858d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.1](pre-commit/mirrors-mypy@v1.6.1...v1.7.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.4...v0.1.6) - [github.com/tox-dev/pyproject-fmt: 1.4.1 → 1.5.3](tox-dev/pyproject-fmt@1.4.1...1.5.3)
1 parent 575194e commit 29b858d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ repos:
1414
files: requirements-dev.txt
1515

1616
- repo: https://github.com/psf/black
17-
rev: 23.10.1
17+
rev: 23.11.0
1818
hooks:
1919
- id: black
2020
language_version: python3
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.6.1
23+
rev: v1.7.1
2424
hooks:
2525
- id: mypy
2626
exclude: docs/source/conf.py
@@ -56,12 +56,12 @@ repos:
5656
- id: add-trailing-comma
5757

5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.1.4
59+
rev: v0.1.6
6060
hooks:
6161
- id: ruff
6262

6363
- repo: https://github.com/tox-dev/pyproject-fmt
64-
rev: 1.4.1
64+
rev: 1.5.3
6565
hooks:
6666
- id: pyproject-fmt
6767

0 commit comments

Comments
 (0)