Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move flake8-quotes entry to bottom of file and add explanation #845

Merged
merged 6 commits into from
Jan 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ extend-ignore =
# https://wemake-python-stylegui.de/en/latest/pages/usage/formatter.html
#format = wemake

inline-quotes = "

# Let's not overcomplicate the code:
#max-complexity = 10

Expand Down Expand Up @@ -328,3 +326,12 @@ rst-roles =

# wemake-python-styleguide
show-source = true

# flake8-quotes
# (pulled in by wemake style guide)
# https://github.com/zheller/flake8-quotes
# keep at bottom of configuration because some IDEs
# may see the single double quote in the inline-quotes
# entry as an unterminated string and not properly
# highlight the remainder of the file
inline-quotes = "