Skip to content

Commit

Permalink
add cached results of idl comparison tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes committed Jan 13, 2024
1 parent 23354f8 commit 27169b3
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ repos:
- id: check-ast
- id: check-case-conflict
- id: trailing-whitespace
exclude: ".*(.fits|.fts|.fit|.txt|.pro)$"
exclude: ".*(.fits|.fts|.fit|.txt|.pro|.asdf)$"
- id: check-yaml
- id: debug-statements
- id: check-added-large-files
- id: end-of-file-fixer
exclude: ".*(.fits|.fts|.fit|.txt|.pro|.bib|tca.*)$"
exclude: ".*(.fits|.fts|.fit|.txt|.pro|.asdf|.bib|tca.*)$"
- id: mixed-line-ending
exclude: ".*(.fits|.fts|.fit|.txt|.bib|tca.*)$"
exclude: ".*(.fits|.fts|.fit|.txt|.bib|.pro|.asdf|tca.*)$"

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 27169b3

Please sign in to comment.