centre-for-humanities-computing / DaCy

DaCy: The State of the Art Danish NLP pipeline using SpaCy
https://centre-for-humanities-computing.github.io/DaCy/
Apache License 2.0
92 stars 20 forks source link

Updated cruft template #278

Closed KennethEnevoldsen closed 11 months ago

KennethEnevoldsen commented 11 months ago

This pull request updates the project dependencies and adds linting and continuous integration (CI) workflows. The updates include:

The linting workflow runs the ruff linter to check the code for formatting and style issues. The CI workflow runs the linting workflow, static type checking with pyright, and the test suite with pytest.