mirror of
https://github.com/vitiko98/qobuz-dl
synced 2024-11-14 03:04:53 +01:00
flake8 settings for compatibility with black
This commit is contained in:
parent
78c27f9999
commit
c995d9caf8
7
.flake8
Normal file
7
.flake8
Normal file
@ -0,0 +1,7 @@
|
||||
[flake8]
|
||||
extend-ignore = E203, E266, E501
|
||||
# line length is intentionally set to 80 here because black uses Bugbear
|
||||
# See https://github.com/psf/black/blob/master/docs/the_black_code_style.md#line-length for more details
|
||||
max-line-length = 80
|
||||
max-complexity = 18
|
||||
select = B,C,E,F,W,T4,B9
|
Loading…
Reference in New Issue
Block a user