diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57fe4e8..4c6bb5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: # Filesystem - id: check-case-conflict @@ -34,14 +34,11 @@ repos: - id: python-check-mock-methods - id: rst-backticks - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.292 + rev: v0.1.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - - repo: https://github.com/psf/black - rev: 23.9.1 - hooks: - - id: black + - id: ruff-format - repo: https://github.com/PyCQA/doc8 rev: v1.1.1 hooks: