diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 98172588..77f55675 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: # Linter and formatter that replaces flake8, isort, etc. - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.263" + rev: "v0.0.265" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -46,7 +46,7 @@ repos: # Format docstrings - repo: https://github.com/PyCQA/docformatter - rev: v1.6.4 + rev: v1.6.5 hooks: - id: docformatter args: ["--in-place", "--config", "pyproject.toml"]