mirror of
https://github.com/beetbox/beets.git
synced 2026-01-10 18:07:00 +01:00
set min-version to 2.7 in setup.cfg
This commit is contained in:
parent
88c5fe6069
commit
32d4545b5e
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ logging-clear-handlers=1
|
|||
eval-attr="!=slow"
|
||||
|
||||
[flake8]
|
||||
min-version = 2.7
|
||||
# Default pyflakes errors we ignore:
|
||||
# - E241: missing whitespace after ',' (used to align visually)
|
||||
# - E221: multiple spaces before operator (used to align visually)
|
||||
|
|
|
|||
Loading…
Reference in a new issue