diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00355d2..07e8497 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: detect-private-key - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.8.0 hooks: - id: pyupgrade args: [--py36-plus] @@ -54,7 +54,7 @@ repos: - id: nbstripout - repo: https://github.com/PyCQA/docformatter - rev: v1.6.2 + rev: v1.7.3 hooks: - id: docformatter args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120] @@ -66,14 +66,14 @@ repos: name: Format code - repo: https://github.com/asottile/blacken-docs - rev: 1.13.0 + rev: 1.14.0 hooks: - id: blacken-docs args: [ --line-length=120, --skip-errors ] - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: 'v0.0.262' + rev: 'v0.0.275' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]