PyLadiesBerlin / PyLadiesBerlin.github.io

Pyladies Belrin website
https://pyladiesberlin.github.io, https://berlin.pyladies.com
GNU General Public License v3.0
5 stars 5 forks source link

Pre-commit linter hook? #53

Open marimeireles opened 2 years ago

marimeireles commented 2 years ago

We should lint the python code we create with black.

marimeireles commented 2 years ago

Here's a blog post explaining more about it: https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/ Here's an example of a repo using it: https://github.com/cytoscape/ipycytoscape/blob/master/.pre-commit-config.yaml

sleepypioneer commented 1 month ago

connects also to #60 maybe we consider Ruff (became more popular since this was first opened) https://pypi.org/project/ruff/