Fixed: Codacy should ignore invalid variable/function names for now
This commit is contained in:
parent
9fb8f7f985
commit
a801928df6
|
@ -1,4 +1,5 @@
|
|||
# Codacy uses Bandit.
|
||||
|
||||
# Asserts are accepted throughout the project.
|
||||
skips: ['B101']
|
||||
# invalid names will be fixed in the future.
|
||||
skips: ['B101', 'C0103']
|
||||
|
|
Reference in New Issue
Block a user