Exclude Graveyard from noqa (#15084)

This commit is contained in:
Justus Schock 2022-10-11 18:16:33 +02:00 committed by GitHub
parent 8715cd0346
commit c5cc2b0888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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