mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 04:04:26 +08:00
* ci: Travis: remove unnecessary option with black Already in config, adding a final newline there. * .travis.yml: minor cleanup
4 lines
65 B
TOML
4 lines
65 B
TOML
[tool.black]
|
|
line-length = 120
|
|
include = 'django-stubs/.*\.pyi$'
|