follow-up prev: indentations should not use tabs in *.py

re https://github.com/spesmilo/electrum/pull/8044
This commit is contained in:
SomberNight
2022-10-31 15:26:27 +00:00
parent 5f24030e97
commit 7db396aad9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ task:
matrix:
- name: Flake8 Mandatory
env:
ELECTRUM_LINTERS: E9,F63,F7,F82
ELECTRUM_LINTERS: E9,F63,F7,F82,W191
- name: Flake8 Non-Mandatory
env:
ELECTRUM_LINTERS: E,F,W,C90