pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 16 May 2023 10:43:36 +0200
changeset 50538 862e3a13da44
parent 47881 58fe6d127a01
permissions -rw-r--r--
store: rename `datafiles` to `data_entries` The method is now returning StoreEntries let us rename the method for clarity.

[build-system]
requires = ["setuptools", "wheel"]

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true