diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5014f7e..8439d42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,13 +39,13 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: "23.9.1" + rev: "23.11.0" hooks: - id: black args: [--line-length=79] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.292 + rev: v0.1.5 hooks: - id: ruff #args: [--fix, --exit-non-zero-on-fix] @@ -57,7 +57,7 @@ repos: args: [-w] - repo: https://github.com/keewis/blackdoc - rev: v0.3.8 + rev: v0.3.9 hooks: - id: blackdoc args: [--line-length=75]