mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-03 04:11:52 +02:00
18 lines
256 B
TOML
18 lines
256 B
TOML
[project]
|
|
name = "la chariotte"
|
|
version = "0.0.1"
|
|
description = "Web application for organising grouped orders"
|
|
readme = "readMe.md"
|
|
license = {file = "LICENSE"}
|
|
|
|
[tool.black]
|
|
line-length = 88
|
|
exclude = '''
|
|
|
|
(
|
|
/(
|
|
| migrations
|
|
| static
|
|
)/
|
|
)
|
|
'''
|