Skip to content

Ignore N817 in flake8 testing

Ignore N817 to prevent the following flake8 errors:

+++ python -m flake8 loopy test
loopy/target/ispc.py:263:10: N817 camelcase 'Statement' imported as acronym 'S'
loopy/target/pyopencl.py:490:6: N817 camelcase 'Statement' imported as acronym 'S'
loopy/target/pyopencl.py:608:6: N817 camelcase 'Statement' imported as acronym 'S'
loopy/target/pyopencl.py:641:10: N817 camelcase 'Statement' imported as acronym 'S'
test/test_statistics.py:34:2: N817 camelcase 'CountGranularity' imported as acronym 'CG'
ERROR:
Edited by James Stevens

Merge request reports