14
0

Accepting request 1007832 from home:amunoz:branches:devel:languages:python

- Add E275 to the list of ignored errors in pycodestyle to fix build

OBS-URL: https://build.opensuse.org/request/show/1007832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=8
This commit is contained in:
2022-10-05 15:43:57 +00:00
committed by Git OBS Bridge
parent fa7bf2df4f
commit 95d35ff53f
3 changed files with 9 additions and 5 deletions

View File

@@ -16,4 +16,4 @@
license_files = LICENSE.txt
+
+[pycodestyle]
+ignore = E402,W504
+ignore = E275,E402,W504