Exclude Graveyard from noqa (#15084)
This commit is contained in:
parent
8715cd0346
commit
c5cc2b0888
|
@ -66,6 +66,10 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: yesqa
|
- id: yesqa
|
||||||
name: Unused noqa
|
name: Unused noqa
|
||||||
|
exclude: |
|
||||||
|
(?x)^(
|
||||||
|
src/pytorch_lightning/_graveyard
|
||||||
|
)$
|
||||||
|
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.10.1
|
rev: 5.10.1
|
||||||
|
|
Loading…
Reference in New Issue