Closed Radonirinaunimi closed 2 years ago
I don't mind this so much, but maybe skip Juans pdfs_lo folder
:robot: The reports from the fits are now ready :robot: !
They are available in nnpdf:/home/nnpdf/WEB/NNUSF/botfits
with the name results-e802e1e-2022-07-07T16-34-56
I don't mind this so much, but maybe skip Juans pdfs_lo folder
I don't mind this as well, so let's just include it with everything else. Especially since if we add a flag the hook
to ignore this we'll have to remove it again once this folder is removed.
I don't think I was clear. I meant that I don't mind this PR changing everything at once as opposed to only when a file is touched, but lets leave not do it for Juans files since it can be annoying if people reformat your code.
We don't need to worry about adding or removing any hooks since pre-commit
is only applied to files that we change which will not be juans plotting script since we have our own. Just to be clear, does this commit do anything other than run pre-commit --all-files
?
I don't think I was clear. I meant that I don't mind this PR changing everything at once as opposed to only when a file is touched, but lets leave not do it for Juans files since it can be annoying if people reformat your code.
Ah, I see! I can revert back the changes done on these two files.
Just to be clear, does this commit do anything other than run
pre-commit run --all-files
?
Nope, it is just that command.
Ah, I see! I can revert back the changes done on these two files.
Thanks, I think that would be better. Then feel free to merge after.
Finally fixes/standardizes all the files formatting by running
pre-commit run --all-files
.