summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ea2372f07..976f04e63 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,11 +13,11 @@ repos:
- repo: local
hooks:
- - id: codespell
- name: codespell
- entry: codespell
- types_or: [c, header]
- language: system
+ #- id: codespell
+ # name: codespell
+ # entry: codespell
+ # types_or: [c, header]
+ # language: system
- id: unit-test
name: unit-test