pyproject 0.1.0

A linter and language server for `pyproject.toml` files
1
2
3
4
5
6
edition = "2018"
max_width = 80
newline_style = "Unix"
tab_spaces = 2
use_field_init_shorthand = true
use_try_shorthand = true