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 214aad5 commit a5906d9Copy full SHA for a5906d9
setup.cfg
@@ -13,3 +13,8 @@ parentdir_prefix = pvlib-python-
13
14
[aliases]
15
test=pytest
16
+
17
+[flake8]
18
+max-line-length = 79
19
+ignore = E201, E241, E226
20
+exclude = pvlib/_version.py docs dist
0 commit comments