We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d240a2 commit edbb672Copy full SHA for edbb672
setup.cfg
@@ -58,7 +58,17 @@ omit =
58
[flake8]
59
# TODO: this should be 88 or 100 according PEP8
60
max-line-length = 120
61
-exclude = .tox,*.egg,build,temp
+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
+
72
select = E,W,F
73
doctests = True
74
verbose = 2
0 commit comments