adding pre-commit, direnv, working through lint issues

This commit is contained in:
Geoff Jacobs
2024-08-19 08:45:31 +10:00
parent 9335b13ddb
commit 4ef2406948
5 changed files with 9 additions and 2 deletions

View File

@@ -8,4 +8,5 @@ skip_list:
- name[casing] # so many of our task names aren't capitalized
- name[missing] # some tasks have no name
- risky-file-permissions
- var-naming[no-role-prefix] # many, many warnings
- yaml # many, many warnings