Skip to content

Commit

Permalink
Add Turtle formatting to pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Sep 18, 2024
1 parent 05f80db commit 183dc1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.jar
*.swp
.*.done.log
.DS_Store
Expand Down
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
repos:
- repo: https://github.com/casework/rdf-toolkit-action
rev: 2.0.3
hooks:
- id: rdf-toolkit-normalizer
args:
- --autofix
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
Expand Down

0 comments on commit 183dc1d

Please sign in to comment.