We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c6c08 commit 4cde9abCopy full SHA for 4cde9ab
.pre-commit-config.yaml
@@ -9,8 +9,8 @@ repos:
9
- id: check-toml
10
- id: check-yaml
11
- id: end-of-file-fixer
12
- exclude: '.*references/.*\.txt$' # do not check reference TN images
13
- exclude_types: [markdown] # incompatible with Literate.jl
+exclude_types: [markdown] # incompatible with Literate.jl
+exclude: '.*references/.*\.txt$' # do not check reference TN images
14
15
- repo: https://github.com/fredrikekre/runic-pre-commit
16
rev: v2.0.1
0 commit comments