Commit Graph

8 Commits

Author SHA1 Message Date
jo 6d8e6e15cf Add extra builtin dictionnary for codespell 2021-08-17 22:49:55 +02:00
jo 7fbbce0032 Upgrade pre-commit hooks 2021-08-17 22:45:24 +02:00
jo 01fbd1e8b9 Add isort pre-commit hook
Sort import statement in python files

See https://github.com/PyCQA/isort
2021-06-05 00:39:35 +02:00
jo b26de72704 Remove python encoding pragma 2021-06-05 00:39:23 +02:00
jo 813cbac60d Ignore python test naming for libretime api 2021-06-04 17:06:05 +02:00
jo a3a4e83c48 temp: xDisable pylint 2021-06-04 17:06:05 +02:00
jo 225863d227 Set end of line to LF 2021-06-04 17:06:05 +02:00
jo 0cd499eee1 Add pre-commit setup
- Add pre-commit hooks
- Add github action to enforce pre-commit setup

For any hooks required for a 'sub project', for
instance the UI. It will be possible to create custom hooks,
and call some package scripts in the package.json file.

Fixes #1208
2021-06-04 17:04:53 +02:00