Skip to content

Commit d68e23d

Browse files
committed
Tell flake-quote we're using double quotes
I have recently installed this plugin locally.
1 parent 0f064e3 commit d68e23d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.flake8

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ extend-ignore =
77
# See https://github.com/PyCQA/pycodestyle/issues/373
88
# flake8/pycodechecker give false positives on black code
99
E203,
10+
11+
# =====================
12+
# flake-quote settings:
13+
# =====================
14+
# Set this to match black style:
15+
inline-quotes = double

0 commit comments

Comments
 (0)