Q000 Double quotes found but single quotes preferred #757
-
I think this comes via wemake: https://wemake-python-stylegui.de/en/0.2.0/_pages/violations/index.html
from tests/unit/configuration_subsystem/test_navigator_post_processor.py in #738 Here to talk about, haven't really looked at it, but there were a ton and it got my attention |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
This rule is BS, black already decided to use double quotes and we require that on navigator and other projects. I do not want to debate about that. What is next, debating tabs vs spaces? ;) |
Beta Was this translation helpful? Give feedback.
-
TL;DR — it's black's fault. For as long as it poisons our development workflows, it'll cause such conflicts. FWIW that linter plugin can be controlled by an |
Beta Was this translation helpful? Give feedback.
-
This is covered by adding inline-quotes to the flake8 configuration file as seen here: |
Beta Was this translation helpful? Give feedback.
This is covered by adding inline-quotes to the flake8 configuration file as seen here:
#845