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 907b788 commit b5342b3Copy full SHA for b5342b3
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: check-json
6
- id: check-xml
7
- id: check-yaml
8
- exclude: ^mkdocs.yml$
+ args: [--unsafe] # allow !!python/name:... tags in mkdocs.yml
9
- id: end-of-file-fixer
10
- id: trailing-whitespace
11
- repo: https://github.com/astral-sh/ruff-pre-commit
0 commit comments