diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cea7f2..683a6a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: check-useless-excludes # - id: identity # Prints all files passed to pre-commits. Debugging. - repo: https://github.com/lyz-code/yamlfix - rev: 1.9.0 + rev: 1.13.0 hooks: - id: yamlfix - repo: https://github.com/pre-commit/pre-commit-hooks @@ -41,20 +41,20 @@ repos: - id: check-ast - id: check-docstring-first - repo: https://github.com/adrienverge/yamllint.git - rev: v1.31.0 + rev: v1.32.0 hooks: - id: yamllint - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black language_version: python3.8 - repo: https://github.com/asottile/blacken-docs - rev: 1.13.0 + rev: 1.16.0 hooks: - id: blacken-docs - repo: https://github.com/PyCQA/docformatter - rev: v1.6.4 + rev: v1.7.5 hooks: - id: docformatter args: @@ -64,8 +64,8 @@ repos: - --wrap-descriptions - '88' - --blank - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.263 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.292 hooks: - id: ruff - repo: https://github.com/nbQA-dev/nbQA @@ -74,7 +74,7 @@ repos: - id: nbqa-black - id: nbqa-ruff - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + rev: 0.7.17 hooks: - id: mdformat additional_dependencies: @@ -85,7 +85,7 @@ repos: - '88' files: (README\.md) - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.5.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/mgedmin/check-manifest