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