Skip to content

Commit 392ec56

Browse files
committed
tell black to ignore quote formatting
1 parent 73ba1f1 commit 392ec56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ flake:
22
flake8
33

44
black:
5-
black api base components markers.py pages settings.py tests utils.py
5+
black -S api base components markers.py pages settings.py tests utils.py
66

77
isort:
88
isort .

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ignore = E501,E127,E128,E265,E301,E302,E266,E731,N803,N806,E701
1111
exclude = .git,tasks/*,settings/*,misc/*,helpers/*,staging/*,selenium/*
1212
max-line-length = 88
1313
extend-ignore = E203, W503
14-
inline-quotes = double
14+
# inline-quotes = double
1515

1616
[isort]
1717
multi_line_output = 3

0 commit comments

Comments
 (0)