TODO
- Install
pre-commit, see pre-commit- This can also be done through your package manager, e.g.
sudo pacman -S python-pre-commit
- This can also be done through your package manager, e.g.
- Run
pre-commit installin the repository root - Run
pre-commit run --all-filesin the repository root
It is easiest working with an IDE like Eclipse or Intellij.
If you are using an IDE, import this project as a maven project. Most IDEs include support either natively or through a
plugin (usually called maven...) you have to install.
Although recommended, using an IDE is not required.
To build the project, run maven clean compile.
TODO