Skip to content

Commit 2e7cbae

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.15.21](astral-sh/ruff-pre-commit@v0.15.20...v0.15.21) - [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 2e7cbae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ 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.15.21
3939
hooks:
4040
- id: ruff
4141
args: [--fix, --exit-non-zero-on-fix]
@@ -49,7 +49,7 @@ repos:
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)