abelsiqueira / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://abelsiqueira.com/BestieTemplate.jl/
Mozilla Public License 2.0
38 stars 9 forks source link

Test pre-commit in the generated package #399

Closed abelsiqueira closed 1 month ago

abelsiqueira commented 1 month ago

Run pre-commit run -a twice in the generated package. The first run should fix all issues. The second run should pass because all issues were fixed. This ensures that the promoted experience in package generation is correct.

Closes https://github.com/abelsiqueira/BestieTemplate.jl/issues/390