update pre-commit

This commit is contained in:
2025-07-26 19:10:42 +02:00
parent 66bcb3e2d3
commit c184d062ef

View File

@@ -7,25 +7,35 @@ repos:
- id: check-json - id: check-json
- id: check-merge-conflict - id: check-merge-conflict
- id: check-yaml - id: check-yaml
exclude: .*template.*
- id: debug-statements - id: debug-statements
- id: detect-aws-credentials
- id: detect-private-key - id: detect-private-key
- id: end-of-file-fixer - id: end-of-file-fixer
- id: requirements-txt-fixer - id: requirements-txt-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/psf/black-pre-commit-mirror - repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0 rev: 25.1.0
hooks: hooks:
- id: black-jupyter - id: black-jupyter
language_version: python3.12 language_version: python3.11
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.13.2 rev: 6.0.1
hooks: hooks:
- id: isort - id: isort
args: [ "--profile", "black", "--filter-files" ] args: [ "--profile", "black", "--filter-files" ]
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9 rev: v0.11.13
hooks: hooks:
- id: ruff - id: ruff
args: [ "--target-version=py310" ] args: [ "--target-version=py311" ]
- repo: https://github.com/kynan/nbstripout
rev: 0.8.1
hooks:
- id: nbstripout
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.24.1
hooks:
- id: validate-pyproject
- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0
hooks:
- id: detect-secrets