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