Page MenuHomePhabricator

[LINTER] Enforce flake8 W605 warning
ClosedPublic

Authored by Fabien on Jun 28 2019, 16:31.

Details

Summary

This enforce the future-proof usage of r"string" strings.
https://lintlyci.github.io/Flake8Rules/rules/W605.html

Depends on D3461

Test Plan
arc lint --everything

Should exhibit no failure nor warning/exception:

PYTHONWARNINGS=default::DeprecationWarning ./test/functional/test_runner.py --extended

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jun 28 2019, 21:41
This revision was automatically updated to reflect the committed changes.