Skip to content
Snippets Groups Projects
Commit bc4c7dc6 authored by Jan Caron's avatar Jan Caron
Browse files

PEP8 checking via pytest-flake8 disabled, temporarily!

parent 47a45770
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# TODO: Check if everything is taylored to pyramid!
[aliases]
test=pytest
......@@ -36,7 +38,8 @@ omit =
addopts = --cov --flake8
flake8-max-line-length = 120
flake8-ignore =
ALL # TODO: PEP8 deactivated by this line (remove at a later point)!
E402 E124 E125
jutil/__init__.py F401
pyramid/__init__.py F401
doc/conf.py ALL
scripts/*.py ALL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment