Skip to content

Commit 28131ee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.5...v0.5.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
1 parent 840e545 commit 28131ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232

3333
# Ruff linter, replacement for flake8, isort, pydocstyle
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: 'v0.4.5'
35+
rev: 'v0.5.0'
3636
hooks:
3737
- id: ruff
3838
args: [--fix, --exit-non-zero-on-fix]
@@ -45,7 +45,7 @@ repos:
4545

4646
# Python type checking
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: 'v1.10.0'
48+
rev: 'v1.10.1'
4949
hooks:
5050
- id: mypy
5151
args: [src]

0 commit comments

Comments
 (0)