We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db03412 commit 48a3995Copy full SHA for 48a3995
1 file changed
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
hooks:
34
- id: isort
35
args: ["--profile=black", "--line-length=100"]
36
- exclude: ^(venv/|\.venv/|build/|dist/)
+ exclude: ^(venv/|\.venv/|build/|dist/|demo/)
37
38
# Flake8 for style guide enforcement
39
- repo: https://github.com/pycqa/flake8
@@ -78,14 +78,6 @@ repos:
78
args: ["--py311-plus"]
79
exclude: ^(venv/|\.venv/|build/|dist/)
80
81
- # Markdown linting for docs-heavy workflows
82
- - repo: https://github.com/DavidAnson/markdownlint-cli2
83
- rev: v0.14.0
84
- hooks:
85
- - id: markdownlint-cli2
86
- args: ["--config", ".markdownlint.yaml"]
87
- files: \.md$
88
-
89
default_language_version:
90
python: python3.11
91
0 commit comments