Skip to content

pre-commit: Stop using legacy backticks in shell

We can repalce them with the simpler $(foo) syntax instead

https://www.shellcheck.net/wiki/SC2006

Merge request reports