We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f064e3 commit d68e23dCopy full SHA for d68e23d
1 file changed
.flake8
@@ -7,3 +7,9 @@ extend-ignore =
7
# See https://github.com/PyCQA/pycodestyle/issues/373
8
# flake8/pycodechecker give false positives on black code
9
E203,
10
+
11
+# =====================
12
+# flake-quote settings:
13
14
+# Set this to match black style:
15
+inline-quotes = double
0 commit comments