diff --git a/.github/lineage.yml b/.github/lineage.yml new file mode 100644 index 0000000..49f9c4f --- /dev/null +++ b/.github/lineage.yml @@ -0,0 +1,5 @@ +--- +lineage: + skeleton: + remote-url: https://github.com/cisagov/skeleton-generic.git +version: '1' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee3aa7e..352bbd2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-case-conflict - id: check-executables-have-shebangs