mirror of
https://github.com/shadow-maint/shadow.git
synced 2026-01-26 14:03:17 +00:00
12 lines
203 B
TOML
12 lines
203 B
TOML
[[tool.mypy.overrides]]
|
|
module = "jc.*"
|
|
ignore_missing_imports = true
|
|
|
|
[tool.isort]
|
|
line_length = 119
|
|
profile = "black"
|
|
add_imports = "from __future__ import annotations"
|
|
|
|
[tool.black]
|
|
line-length = 119
|