diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41f2bcaa..0ad01042 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: rev: 5.0.4 hooks: - id: flake8 - exclude: cibuildwheel/resources/ + exclude: ^cibuildwheel/resources/ additional_dependencies: *flake8-dependencies - repo: https://github.com/pre-commit/pygrep-hooks @@ -109,6 +109,7 @@ repos: entry: PyBind|Numpy|Cmake|Github|PyTest types: - markdown + exclude: ^docs/working-examples\.md$ # Autogenerated - id: update-readme-changelog name: Update README changelog language: python @@ -120,3 +121,4 @@ repos: hooks: - id: codespell args: ["-L", "sur"] + exclude: ^docs/working-examples\.md$ # Autogenerated