fix(style): don't check generated file
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
@@ -84,7 +84,7 @@ repos:
|
|||||||
rev: 5.0.4
|
rev: 5.0.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
exclude: cibuildwheel/resources/
|
exclude: ^cibuildwheel/resources/
|
||||||
additional_dependencies: *flake8-dependencies
|
additional_dependencies: *flake8-dependencies
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/pygrep-hooks
|
- repo: https://github.com/pre-commit/pygrep-hooks
|
||||||
@@ -109,6 +109,7 @@ repos:
|
|||||||
entry: PyBind|Numpy|Cmake|Github|PyTest
|
entry: PyBind|Numpy|Cmake|Github|PyTest
|
||||||
types:
|
types:
|
||||||
- markdown
|
- markdown
|
||||||
|
exclude: ^docs/working-examples\.md$ # Autogenerated
|
||||||
- id: update-readme-changelog
|
- id: update-readme-changelog
|
||||||
name: Update README changelog
|
name: Update README changelog
|
||||||
language: python
|
language: python
|
||||||
@@ -120,3 +121,4 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
args: ["-L", "sur"]
|
args: ["-L", "sur"]
|
||||||
|
exclude: ^docs/working-examples\.md$ # Autogenerated
|
||||||
|
|||||||
Reference in New Issue
Block a user