Skip to content

Commit bdb7a35

Browse files
committed
ci: update flake8
1 parent ee80065 commit bdb7a35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ task:
211211
folder: ~/.cache/pip
212212
fingerprint_script: echo Flake8 && echo $ELECTRUM_IMAGE && cat $ELECTRUM_REQUIREMENTS
213213
install_script:
214-
- pip install "flake8==7.2.0" "flake8-bugbear==24.12.12"
214+
- pip install "flake8==7.3.0" "flake8-bugbear==25.10.21"
215215
flake8_script:
216216
- flake8 . --count --select="$ELECTRUM_LINTERS" --ignore="$ELECTRUM_LINTERS_IGNORE" --show-source --statistics --exclude "*_pb2.py,electrum/_vendor/"
217217
env:
@@ -224,8 +224,8 @@ task:
224224
# - https://flake8.pycqa.org/en/latest/user/error-codes.html
225225
# - https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes
226226
# - https://github.com/PyCQA/flake8-bugbear/tree/8c0e7eb04217494d48d0ab093bf5b31db0921989#list-of-warnings
227-
ELECTRUM_LINTERS: E9,E101,E129,E273,E274,E703,E71,E722,F5,F6,F7,F8,W191,W29,B
228-
ELECTRUM_LINTERS_IGNORE: B007,B009,B010,B019,B036,F541,F841
227+
ELECTRUM_LINTERS: E9,E101,E129,E273,E274,E703,E71,E722,F5,F6,F7,F8,W191,W29,B,B909
228+
ELECTRUM_LINTERS_IGNORE: B007,B009,B010,B019,B036,B042,F541,F841
229229
- name: "linter: Flake8 Non-Mandatory"
230230
env:
231231
ELECTRUM_LINTERS: E,F,W,C90,B

0 commit comments

Comments
 (0)