open-physics / jet-physics-and-machine-learning

0 stars 0 forks source link

Set up the project from coding perspective #2

Closed MycrofD closed 1 year ago

MycrofD commented 1 year ago
  1. Prevent commits in master branch
  2. Black: format Python code.
  3. Ruff: lint Python code.
MycrofD commented 1 year ago

Close with a0425690fda8a920a173239b10192b643dd1b0bb for pre-commit hooks. Python environment can be set via Python Virtual Environment (e.g. venv, direnv etc.) or Docker (ad416d9).