Skip to content

Commit

Permalink
Move flake8-quotes entry to bottom of file and add explanation (#845)
Browse files Browse the repository at this point in the history
* move quotes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update .flake8

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>

* rephrase

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
  • Loading branch information
3 people authored Jan 31, 2022
1 parent 5cf00f2 commit 1f63449
Showing 1 changed file with 9 additions and 2 deletions.
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 = "

0 comments on commit 1f63449

Please sign in to comment.