diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 917d1fe..a9e8a03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,17 +1,17 @@ repos: - - repo: https://github.com/charliermarsh/ruff-pre-commit + - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.0.285' + rev: 'v0.6.8' hooks: - id: ruff exclude: test.* args: [--fix, --exit-non-zero-on-fix] - - repo: https://github.com/python/black - rev: 23.7.0 + - repo: https://github.com/psf/black + rev: 24.8.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -37,26 +37,26 @@ repos: args: ["--remove"] - id: requirements-txt-fixer - repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets args: ['--baseline', '.secrets.baseline'] additional_dependencies: ["gibberish-detector"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v1.11.2 hooks: - id: mypy args: [--no-strict-optional, --ignore-missing-imports] exclude: test.* additional_dependencies: ["pydantic", "toml", "types-all"] - repo: https://github.com/jsh9/pydoclint - rev: 0.2.4 + rev: 0.5.9 hooks: - id: pydoclint args: - "--config=pyproject.toml" - repo: https://github.com/econchick/interrogate - rev: 1.5.0 # or master if you're bold + rev: 1.7.0 # or master if you're bold hooks: - id: interrogate exclude: test.*