Skip to content

Commit 3f0eebd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.270...v0.0.275) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/tox-dev/pyproject-fmt: 0.11.2 → 0.12.1](tox-dev/pyproject-fmt@0.11.2...0.12.1) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
1 parent 5b64c61 commit 3f0eebd

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
@@ -16,7 +16,7 @@ repos:
1616
- id: auto-walrus
1717

1818
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: v0.0.270
19+
rev: v0.0.275
2020
hooks:
2121
- id: ruff
2222

@@ -26,14 +26,14 @@ repos:
2626
- id: black
2727

2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.4
29+
rev: v2.2.5
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: "0.12.1"
3737
hooks:
3838
- id: pyproject-fmt
3939

@@ -43,7 +43,7 @@ repos:
4343
- id: validate-pyproject
4444

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

0 commit comments

Comments
 (0)