diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bed48a3..6d6ba00 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -83,16 +83,16 @@ repos: - id: black-jupyter language_version: python3 - repo: https://github.com/asottile/blacken-docs - rev: 1.13.0 + rev: 1.14.0 hooks: - id: blacken-docs - repo: https://github.com/PyCQA/docformatter - rev: v1.7.1 + rev: v1.7.3 hooks: - id: docformatter additional_dependencies: [tomli] - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.270 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.276 hooks: - id: ruff args: [--fix] @@ -123,12 +123,12 @@ repos: hooks: - id: pylint - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.8.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/PyCQA/autoflake - rev: v2.1.1 + rev: v2.2.0 hooks: - id: autoflake - repo: https://github.com/kynan/nbstripout @@ -162,11 +162,11 @@ repos: alias: nbqa-autoflake additional_dependencies: [autoflake] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.1 + rev: 0.23.2 hooks: - id: check-github-workflows - repo: https://github.com/crate-ci/typos - rev: v1.14.12 + rev: typos-dict-v0.10.6 hooks: - id: typos exclude_types: