diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 395f1eb..d552a07 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,25 +7,35 @@ repos: - id: check-json - id: check-merge-conflict - id: check-yaml - exclude: .*template.* - id: debug-statements - - id: detect-aws-credentials - id: detect-private-key - id: end-of-file-fixer - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black-jupyter - language_version: python3.12 + language_version: python3.11 - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort args: [ "--profile", "black", "--filter-files" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.11.13 hooks: - 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