entity-neural-network / incubator

Collection of in-progress libraries for entity neural networks.
Apache License 2.0
29 stars 10 forks source link

Add pre-commit utilities #193

Closed vwxyzjn closed 2 years ago

vwxyzjn commented 2 years ago

This PR introduces pre-commit pipelines, which include

going to add the following hooks in a follow-up PR:

However, it does keep the tests alone because they run slow: see https://github.com/pre-commit/pre-commit-hooks/issues/291

vwxyzjn commented 2 years ago

Hey, @cswinter could you remove the black and mypy as the required CIs?

image

vwxyzjn commented 2 years ago

Merging this now.