MetOffice / dagrunner

⛔[EXPERIMENTAL] Directed acyclic graph (DAG) runner and tools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

TEST: Copyright pre-commit #34

Closed cpelley closed 2 months ago

cpelley commented 2 months ago

Added copyright pre-commit check.

Copyright check acts to check for the presence of and verify the validity of the copyright header of python files. Additionally, the role of the script is to automatically add this copyright notice (thus eliminating the need to deal with copyright headers yourself).

Issues

Note

Just to raise awareness as the first dagrunner PR under review - since this branch makes changes that impact the reference documentation, an auto reference documentation build commit will be pushed accordingly thanks to the dagrunner action workflow.

image

cpelley commented 2 months ago

Ping @s-boardman - I think you might be interested in this.

s-boardman commented 2 months ago

Ping @s-boardman - I think you might be interested in this.

That's absurdly clever Carwyn!

cpelley commented 2 months ago

Thanks @mo-robert-purvis

Tidied up based on feedback.

Additionally improved by adding: