Browse Source

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

re https://github.com/spesmilo/electrum/pull/8044
patch-4
SomberNight 2 years ago
parent
commit
7db396aad9
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      .cirrus.yml

2
.cirrus.yml

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

Loading…
Cancel
Save