Skip to content

Commit edbb672

Browse files
committed
ignore pep8
1 parent 2d240a2 commit edbb672

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

setup.cfg

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,17 @@ omit =
5858
[flake8]
5959
# TODO: this should be 88 or 100 according PEP8
6060
max-line-length = 120
61-
exclude = .tox,*.egg,build,temp
61+
exclude =
62+
.tox,
63+
*.egg,
64+
build,
65+
temp,
66+
# TODO: temporary until accelerator refactor finished
67+
pytorch_lightning/accelerators/accelerator.py
68+
pytorch_lightning/plugins/training_type
69+
pytorch_lightning/plugins/precision
70+
pytorch_lightning/plugins/base_plugin.py
71+
6272
select = E,W,F
6373
doctests = True
6474
verbose = 2

0 commit comments

Comments
 (0)