Hein Htet Soe
Hein Htet Soe
Hey! Can I take this one? Thanks.
@sobolevn Hi! I am having some trouble implementing this. Could you give me some advice? tl:dr; I think the implementation needs both `ast` and `tokenizer`. Currently, [`MagicNumberViolation`](https://github.com/wemake-services/wemake-python-styleguide/blob/8ec3948343950e342b4e449f73357abca2983963/wemake_python_styleguide/violations/best_practices.py#L1294) is checked by...
Nice! Will wait for the PR.
Hey @sobolevn, can I take this one?
@sobolevn I couldn't reproduce the bug. Am I missing something? Making a test file `test.py`: ``` # test.py 1 * 0 ``` and running: ``` $ flake8 --format wemake test.py...
Ok, just to make sure I understand correctly, ### Current behaviour: - Output **has color codes** if outputted to the terminal - Output **doesn't have color codes** if piped into...