Skip to content
Snippets Groups Projects
Unverified Commit a7502375 authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

flake8: add exceptions for overly pedantic camelcase rules from pep8-naming (#11477)

Rules N813 and N814 prevented import statements like this:

  xml.etree.ElementTree as et
  xml.etree.ElementTree as ET

But both of those seem pretty reasonable.  We see no reason to require any camelcase import to be imported "as" a camelcase word.
parent f68f5e30
No related branches found
No related tags found
Loading
Loading
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