Revert "Fixed: Codacy should ignore invalid variable/function names for now"

This reverts commit a801928df6.
This commit is contained in:
coffeedogs 2018-05-11 13:08:03 +01:00
parent a801928df6
commit 95a7d80502

View File

@ -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']