From 0848056244ca5b7389b81534e0f91348e81cb016 Mon Sep 17 00:00:00 2001 From: Jens Pots Date: Tue, 28 May 2024 21:17:43 +0200 Subject: [PATCH] chore: init ttl formatting --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 959eb63..9dca4bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,3 +13,8 @@ repos: hooks: - id: pretty-format-java args: [--autofix] + - repo: https://github.com/CasperWA/turtle-canon + rev: v0.1.0 + hooks: + - id: turtle-canon + args: [--autofix]