Skip to content

Commit aa17322

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.16.0](astral-sh/ruff-pre-commit@v0.15.20...v0.16.0) - [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: v2.1.0 → v2.3.0](pre-commit/mirrors-mypy@v2.1.0...v2.3.0)
1 parent fce7094 commit aa17322

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
@@ -35,21 +35,21 @@ repos:
3535
- id: pyupgrade
3636
args: [--py310-plus]
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.15.20
38+
rev: v0.16.0
3939
hooks:
4040
- id: ruff
4141
args: [--fix, --exit-non-zero-on-fix]
4242
- id: ruff-format
4343
- repo: https://github.com/codespell-project/codespell
44-
rev: v2.4.2
44+
rev: v2.4.3
4545
hooks:
4646
- id: codespell
4747
- repo: https://github.com/PyCQA/flake8
4848
rev: 7.3.0
4949
hooks:
5050
- id: flake8
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v2.1.0
52+
rev: v2.3.0
5353
hooks:
5454
- id: mypy
5555
additional_dependencies: [ifaddr]

0 commit comments

Comments
 (0)