Because it needs de-linting and I don't want this showing up in my other diff.
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- tf-msg-lint
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 19026 Build 37808: Build Diff build-without-wallet · build-diff · build-clang-tidy · build-debug · build-clang Build 37807: arc lint + arc unit
Event Timeline
Comment Actions
This change is an improvement imho, but I find it strange that on my machine the linter does not pick it up.
Did you identify which linter does the change?
Which versions of autopep8 and flake8 are you running (pip list)?
I'm just trying to make sure that it will not conflict with any previous version of theses linters. Maybe we can bump the minimum version number for them so that we all get consistent results.
Comment Actions
I compared versions with Fabien and the version I'm on is older. Installing flake8 and autopep8 via pip3 instead of apt gives the newer versions which give clean linting for this file.