Skip to content

Commit

Permalink
Add linters and formatters, and workflows for checking and uploading …
Browse files Browse the repository at this point in the history
…to pypi
  • Loading branch information
finsberg committed Sep 18, 2024
1 parent 4317f43 commit 208d4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ repos:


- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v18.1.8' # Use the sha / tag you want to point at
rev: 'v14.0.6' # Use the sha / tag you want to point at
hooks:
- id: clang-format
- id: clang-format

0 comments on commit 208d4f8

Please sign in to comment.