Skip to content

Commit debc243

Browse files
ci: Autoupdate pre-commit
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.1](asottile/pyupgrade@v3.20.0...v3.21.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.14.5](astral-sh/ruff-pre-commit@v0.12.12...v0.14.5) - [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) - [github.com/gitleaks/gitleaks: v8.28.0 → v8.29.0](gitleaks/gitleaks@v8.28.0...v8.29.0)
1 parent 67d010b commit debc243

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

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

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.20.0
19+
rev: v3.21.1
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.5
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]
4040

4141
- repo: https://github.com/gitleaks/gitleaks
42-
rev: v8.28.0
42+
rev: v8.29.0
4343
hooks:
4444
- id: gitleaks
4545

0 commit comments

Comments
 (0)