mirror of
https://github.com/vale981/sphinx-multiversion
synced 2025-03-04 09:01:41 -05:00
Add .flake8 configuration
This commit is contained in:
parent
7f18a3d202
commit
ccf6113e28
1 changed files with 5 additions and 0 deletions
5
.flake8
Normal file
5
.flake8
Normal file
|
@ -0,0 +1,5 @@
|
|||
[flake8]
|
||||
# E203 is not PEP8 compliant and is not compatible with black:
|
||||
# https://black.readthedocs.io/en/stable/the_black_code_style.html#slices
|
||||
# The same goes of E231 and W503 conflicts with black, too.
|
||||
ignore = E203,E231,W503
|
Loading…
Add table
Reference in a new issue