mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Exclude flake8 rule for black compatibility
This commit is contained in:
parent
96b6cea772
commit
35257c7cd0
1 changed files with 2 additions and 1 deletions
|
|
@ -27,8 +27,9 @@ ignore =
|
|||
C901,
|
||||
# Exception subclasses should be named with an Error suffix
|
||||
N818,
|
||||
# Exclude rule for black compatibility
|
||||
# Exclude rules for black compatibility
|
||||
E203,
|
||||
E704,
|
||||
per-file-ignores =
|
||||
./beet:D
|
||||
./docs/conf.py:D
|
||||
|
|
|
|||
Loading…
Reference in a new issue