Page MenuHomePhabricator

[lint] exclude icons.py from more linters
ClosedPublic

Authored by PiRK on Sep 26 2023, 08:49.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC03c99fe4cc4a: [lint] exclude icons.py from more linters
Summary

This file is generated semi-automatically by running contrib/gen-icons.sh. After updating it with a new icon, I got flake8 errors related to the number of blank lines between blocks of code.
The number of blank lines arount the imports can trigger ISort.

Depends on D14540

Test Plan

Add extra blank lines and other formatting changes to icons.py and check that linters no longer care.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable