Skip to content

Commit f7606bc

Browse files
[pre-commit.ci] pre-commit autoupdate (#236)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.5...v0.4.3) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d6feccf commit f7606bc

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
@@ -11,14 +11,14 @@ repos:
1111
- --py38-plus
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: 'v0.3.5'
14+
rev: 'v0.4.3'
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1818
- id: ruff-format
1919

2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.9.0
21+
rev: v1.10.0
2222
hooks:
2323
- id: mypy
2424
exclude: ^(src/pdm/backend/_vendor|tests|scripts)

0 commit comments

Comments
 (0)