Skip to content

Commit

Permalink
Merge branch 'main' into cwa/add-Word
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA authored Nov 9, 2023
2 parents 6dbd68a + 56c5901 commit 2368db1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ site/

!test-cif/**/*.cif
!tests/**/*.dic

dic2owl/build/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
files: ^.*requirements.*\.txt$
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
exclude: ^.*(\.ttl|\.cif)$
exclude: ^(.*(\.ttl|\.cif|\.pm)|scripts/.*)$

- repo: https://github.com/ambv/black
# Keep at 23.3.0 to support Python 3.7
Expand Down

0 comments on commit 2368db1

Please sign in to comment.