Skip to content

Commit

Permalink
add pre commit formatting hook [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVanthilt committed Jan 21, 2025
1 parent f0cfe11 commit 5aac020
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:

- repo: https://github.com/qiaojunfeng/pre-commit-julia-format
rev: v0.2.0 # use the most recent version
hooks:
- id: julia-format # formatter for Julia code

0 comments on commit 5aac020

Please sign in to comment.