Parcourir la source

Fix flake8 config (#1181)

Jon Meow il y a 4 ans
Parent
commit
797a33df02
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      setup.cfg

+ 1 - 3
setup.cfg

@@ -5,6 +5,4 @@
 [flake8]
 max-line-length = 80
 # E203: This warning is not PEP 8 compliant.
-# E402: Allow the pythonpath modifications before repo-local imports.
-# W503: flake8 v3.8.4 is inconsistent with black v20.8b1 (pre-commit run -a).
-ignore = E203,E402,W503
+extend-ignore = E203