Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 476 Bytes

non-ascii-module-import.md

File metadata and controls

11 lines (6 loc) · 476 Bytes

Pattern: Use of non-ASCII module import

Issue: -

Description

Used when the name contains at least one non-ASCII unicode character. If your programming guideline defines that you are programming in English, then there should be no need for non-ASCII characters in Python Names. If not you can simply disable this check.

Further Reading