Skip to content

Commit 75c9ac9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - 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/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.6](codespell-project/codespell@v2.2.4...v2.2.6) - [github.com/tox-dev/pyproject-fmt: 0.11.2 → 1.2.0](tox-dev/pyproject-fmt@0.11.2...1.2.0) - [github.com/abravalheri/validate-pyproject: v0.13 → v0.14](abravalheri/validate-pyproject@v0.13...v0.14) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.1](pre-commit/mirrors-mypy@v1.3.0...v1.5.1)
1 parent 5b64c61 commit 75c9ac9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,35 @@ repos:
1515
hooks:
1616
- id: auto-walrus
1717

18-
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: v0.0.270
18+
- repo: https://github.com/astral-sh/ruff-pre-commit
19+
rev: v0.0.292
2020
hooks:
2121
- id: ruff
2222

2323
- repo: https://github.com/psf/black
24-
rev: 23.3.0
24+
rev: 23.9.1
2525
hooks:
2626
- id: black
2727

2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.4
29+
rev: v2.2.6
3030
hooks:
3131
- id: codespell
3232
additional_dependencies:
3333
- tomli
3434

3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: "0.11.2"
36+
rev: "1.2.0"
3737
hooks:
3838
- id: pyproject-fmt
3939

4040
- repo: https://github.com/abravalheri/validate-pyproject
41-
rev: v0.13
41+
rev: v0.14
4242
hooks:
4343
- id: validate-pyproject
4444

4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.3.0
46+
rev: v1.5.1
4747
hooks:
4848
- id: mypy
4949
args:

0 commit comments

Comments
 (0)