python-lsp / pylsp-mypy

Mypy plugin for the Python LSP Server.
MIT License
118 stars 35 forks source link

Format whole codebase with black #3

Closed haplo closed 3 years ago

haplo commented 3 years ago

Use black to format the codebase.

Add a pre-commit hook to check black formatting.