Skip to content

Commit 4cde9ab

Browse files
authored
Apply suggestion from @mtfishman
1 parent 73c6c08 commit 4cde9ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ repos:
99
- id: check-toml
1010
- id: check-yaml
1111
- id: end-of-file-fixer
12-
exclude: '.*references/.*\.txt$' # do not check reference TN images
13-
exclude_types: [markdown] # incompatible with Literate.jl
12+
exclude_types: [markdown] # incompatible with Literate.jl
13+
exclude: '.*references/.*\.txt$' # do not check reference TN images
1414

1515
- repo: https://github.com/fredrikekre/runic-pre-commit
1616
rev: v2.0.1

0 commit comments

Comments
 (0)