python-lsp / pylsp-mypy

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

Format codebase with black #4

Closed haplo closed 3 years ago

haplo commented 3 years ago

Add pre-commit and black pre-commit hook.

Add check for black formatting in PRs.

Fixes #3.