Browse Source

less flake8 errors

gui functions are mostly callbacks with self-descriptive name, don't
bother us!
boyska 3 years ago
parent
commit
4550e745ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -1,3 +1,3 @@
 [flake8]
 max-line-length=120
-ignore=E203,W503
+ignore=E203,W503,D1