Skip to content

Commit 48a3995

Browse files
committed
loose pre-commit rule
1 parent db03412 commit 48a3995

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: isort
3535
args: ["--profile=black", "--line-length=100"]
36-
exclude: ^(venv/|\.venv/|build/|dist/)
36+
exclude: ^(venv/|\.venv/|build/|dist/|demo/)
3737

3838
# Flake8 for style guide enforcement
3939
- repo: https://github.com/pycqa/flake8
@@ -78,14 +78,6 @@ repos:
7878
args: ["--py311-plus"]
7979
exclude: ^(venv/|\.venv/|build/|dist/)
8080

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-
8981
default_language_version:
9082
python: python3.11
9183

0 commit comments

Comments
 (0)