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 6fa901c commit a3dd48eCopy full SHA for a3dd48e
setup.cfg
@@ -129,8 +129,9 @@ exclude = _astropy_init.py,version.py
129
# Stricter settings for people who use flake8 in their editors
130
[flake8]
131
max-line-length = 120
132
+select = F
133
ignore = E226,E402,W503
-exclude = _astropy_init.py,version.py
134
+exclude = _astropy_init.py,version.py,astroquery/template_module
135
136
[coverage:run]
137
omit =
tox.ini
@@ -60,8 +60,8 @@ pip_pre =
60
changedir = {toxinidir}
61
skip_install = true
62
description = check code style
63
-deps = pycodestyle
64
-commands = pycodestyle astroquery --count
+deps = flake8
+commands = flake8 astroquery --count
65
66
[testenv:build_docs]
67
0 commit comments