CLARIAH / grlc

grlc builds Web APIs using shared SPARQL queries
http://grlc.io
MIT License
136 stars 32 forks source link

Linting #440

Closed c-martinez closed 11 months ago

c-martinez commented 11 months ago

Add GitHub action for linting on push to src or tests.

Linting is done with flake8 (using black locally for compliance).

Closes #391