akaihola / darglint2

A python documentation linter which checks that the docstring description matches the definition. Based on darglint by @terrencepreilly.
https://akaihola.github.io/darglint2/
MIT License
22 stars 1 forks source link

Cleanup poetry setup in `bin`. #21

Closed real-yfprojects closed 1 year ago

real-yfprojects commented 1 year ago
Cleanup pyproject.toml of doc_extract.

Removes dev dependencies. Updates fields. Adds doc_extract to darglints pyproject.toml. Set python version from ^3.8 to ^3.7.

Cleanup pyproject.toml of bnf_to_cnf.

Removes dev dependencies. Updates fields. Adds bnf_to_cnf to darglints pyproject.toml.