Skip to content

Commit e5f6d72

Browse files
ci: Autoupdate pre-commit
updates: - [github.com/asottile/pyupgrade: v3.20.0 β†’ v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 β†’ v0.14.0](astral-sh/ruff-pre-commit@v0.12.12...v0.14.0) - [github.com/pycqa/isort: 6.0.1 β†’ 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 β†’ v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent 67d010b commit e5f6d72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.20.0
19+
rev: v3.21.0
2020
hooks:
2121
- id: pyupgrade
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.12.12
24+
rev: v0.14.0
2525
hooks:
2626
- id: ruff
2727
args: [--fix]
2828
- id: ruff-format
2929

3030
- repo: https://github.com/pycqa/isort
31-
rev: 6.0.1
31+
rev: 7.0.0
3232
hooks:
3333
- id: isort
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.17.1
36+
rev: v1.18.2
3737
hooks:
3838
- id: mypy
3939
args: [--allow-untyped-decorators]

0 commit comments

Comments
Β (0)