Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 811 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 811 Bytes

medford-language-server

Code style: black Linting with Pylint Checked with mypy

A language server, implementing the Language Server Protocol, for the MEDFORD metadata markup language.

Editors:

Development

This project is configured to use black, mypy, and pylint. Please run them and deal with any errors or warnings before commiting to master.

  • run black with black mfdls
  • run mypy with mypy mfdls
  • run pylint with pylint mfdls