add .pre-commit-config.yaml
Created by: RoyStegeman
I did not keep known_first_party
. I tested it on model_trainer.py
and it put the numpy
import inside the n3fit
imports while separating from n3fit import model_gen
(not sure what's going on there). I also realised that we missed e.g. ekobox
.
isort
seems to recognise that nnpdf_data
, validphys
and n3fit
are part of this repo so I think that's good enough (let's keep an eye on it though).
I'm not if favour of a CI test