Skip to content

Commit

Permalink
temp ignore checks
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Apr 11, 2024
1 parent 9ab7931 commit d23771f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ repos:
(?x)^(
^benchmarks/utilities/cxxopts.hpp
)
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
exclude: |
(?x)^(
pyproject.toml|
benchmarks/utilities/cxxopts.hpp
)
# - repo: https://github.com/codespell-project/codespell
# rev: v2.2.4
# hooks:
# - id: codespell
# exclude: |
# (?x)^(
# pyproject.toml|
# benchmarks/utilities/cxxopts.hpp
# )
- repo: local
hooks:
- id: cmake-format
Expand Down

0 comments on commit d23771f

Please sign in to comment.