diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e81df94..740157c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace exclude: ^doc/static/uml/styles/plantuml-c4/ @@ -17,12 +17,14 @@ repos: entry: isort language: system types: [file, python] + exclude: ^doc/_ext/sphinxcontrib_asciinema - id: black name: Black (auto-format) entry: black language: system types: [file, python] + exclude: ^doc/_ext/sphinxcontrib_asciinema - id: pylint name: pylint @@ -101,6 +103,7 @@ repos: description: Checks for common misspellings in text files. entry: codespell language: python + exclude: ^doc/_ext/sphinxcontrib_asciinema/_static/asciinema-player_3.12.1.js types: [text] - id: ruff name: ruff @@ -125,6 +128,6 @@ repos: types: [file, python] - repo: https://github.com/gitleaks/gitleaks - rev: v8.16.3 + rev: v8.28.0 hooks: - id: gitleaks