mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-02-06 11:03:38 -05:00
17 lines
309 B
TOML
17 lines
309 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.ruff]
|
|
line-length = 100
|
|
target-version = "py311"
|
|
lint.select = [
|
|
"E", "F", "W", # pycodestyle/pyflakes
|
|
"I", # isort
|
|
]
|
|
lint.ignore = []
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
target-version = ['py311']
|