potassco / clorm

🗃️ A Python ORM-like interface for the Clingo Answer Set Programming (ASP) reasoner
https://clorm.readthedocs.io
MIT License
52 stars 5 forks source link

Add black and isort #119

Closed florianfischer91 closed 1 year ago

florianfischer91 commented 1 year ago

Closes #117

florianfischer91 commented 1 year ago

Well it's up to you, but as long as you want to support py36 i would also keep the ci tests for it

rkaminsk commented 1 year ago

Great choice. :smile:

In clingox we are also using two additional hooks, which might be worth considering. See https://github.com/potassco/python-clingox/blob/master/.pre-commit-config.yaml. I would also recommend nox to run tests and linters. See https://github.com/potassco/python-clingox/blob/master/noxfile.py.