mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 17:16:07 +01:00
fix missing docstring-convention declaration
This commit is contained in:
parent
02fcbea676
commit
4e93469421
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
min-version = 2.7
|
min-version = 2.7
|
||||||
accept-encodings = utf-8
|
accept-encodings = utf-8
|
||||||
|
docstring-convention = google
|
||||||
# errors we ignore; see https://www.flake8rules.com/ for more info
|
# errors we ignore; see https://www.flake8rules.com/ for more info
|
||||||
ignore =
|
ignore =
|
||||||
# pycodestyle errors
|
# pycodestyle errors
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue