git » git-arr » next » tree

[next] / pyproject.toml

1
2
3
4
5
6
7
[tool.black]
line-length = 79
include = "(git-arr|git.py|utils.py)$"

[[tool.mypy.overrides]]
module = ["xattr.*"]
follow_untyped_imports = true