mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-12 13:22:57 +03:00
pyproject.toml: Exclude everything but actual core EDDN source
This commit is contained in:
parent
d87344459a
commit
d823056e15
@ -1,2 +1,8 @@
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
extend-exclude = """
|
||||||
|
(src/eddn/conf/Settings.py
|
||||||
|
|contrib/
|
||||||
|
|examples/
|
||||||
|
|scripts/)
|
||||||
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user