Переименование файла правил форматирования
This commit is contained in:
parent
bef7660836
commit
ca7cf2dbfe
@ -175,7 +175,7 @@ with section("markup"):
|
|||||||
with section("lint"):
|
with section("lint"):
|
||||||
|
|
||||||
# a list of lint codes to disable
|
# a list of lint codes to disable
|
||||||
disabled_codes = []
|
disabled_codes = ['C0113']
|
||||||
|
|
||||||
# regular expression pattern describing valid function names
|
# regular expression pattern describing valid function names
|
||||||
function_pattern = '[0-9a-z_]+'
|
function_pattern = '[0-9a-z_]+'
|
Loading…
Reference in New Issue
Block a user