pyproject.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Wed, 04 Jan 2023 17:03:15 +0000
changeset 49891 76d1e9f229fe
parent 48004 58fe6d127a01
permissions -rw-r--r--
merge: disable the whole filesystem access loop if [_realfs] is false This makes it clearer that [auditeddir] is only relevant for [_realfs] checkers, and makes the non-realfs checkers more performant.

[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