Skip to content
Snippets Groups Projects
Commit 7d024b0a authored by Siddhant Tibrewal's avatar Siddhant Tibrewal Committed by Nils-Arne Dreier
Browse files

adding language agnostic pre-commit hook

parent 5fc24846
No related branches found
No related tags found
1 merge request!15Static code analysis
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
exclude: _reference/|\.md$
- id: end-of-file-fixer
exclude: _reference/
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.1
......@@ -11,4 +19,4 @@ repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.4
hooks:
- id: clang-format
\ No newline at end of file
- id: clang-format
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment