Skip to content

Commit 3ef99d8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.22](astral-sh/ruff-pre-commit@v0.15.11...v0.15.22) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3) - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v2.3.0](pre-commit/mirrors-mypy@v1.20.1...v2.3.0)
1 parent b907b2b commit 3ef99d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ repos:
1111
- "--py310-plus"
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.15.11"
14+
rev: "v0.15.22"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
1818
- id: ruff-format
1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.4.2
20+
rev: v2.4.3
2121
hooks:
2222
- id: codespell
2323
args:
@@ -44,7 +44,7 @@ repos:
4444
language: python
4545
files: \.py$
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v1.20.1
47+
rev: v2.3.0
4848
hooks:
4949
- id: mypy
5050
exclude: (docs|pyfakefs/tests)

0 commit comments

Comments
 (0)