Skip to content

Commit c5cc2b0

Browse files
authored
Exclude Graveyard from noqa (#15084)
1 parent 8715cd0 commit c5cc2b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ repos:
6666
hooks:
6767
- id: yesqa
6868
name: Unused noqa
69+
exclude: |
70+
(?x)^(
71+
src/pytorch_lightning/_graveyard
72+
)$
6973
7074
- repo: https://github.com/PyCQA/isort
7175
rev: 5.10.1

0 commit comments

Comments
 (0)