File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
workflow-templates/assets Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 55
66[flake8]
77doctests = True
8+ exclude =
9+ __pycache__/
10+ .git/
11+ /.licenses/
12+ /site/
13+ node_modules/
814# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
915ignore = W503
1016max-complexity = 10
Original file line number Diff line number Diff line change 11# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown/.markdownlintignore
22/.licenses /
3+ /site /
34__pycache__ /
45node_modules /
56/other /clang-format-configuration /testdata /golden /samples /
Original file line number Diff line number Diff line change 11# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown/.markdownlintignore
22/.licenses /
3+ /site /
34__pycache__ /
45node_modules /
Original file line number Diff line number Diff line change 55
66[flake8]
77doctests = True
8+ exclude =
9+ __pycache__/
10+ .git/
11+ /.licenses/
12+ /site/
13+ node_modules/
814# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
915ignore = W503
1016max-complexity = 10
You can’t perform that action at this time.
0 commit comments