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.
2 parents e8cfb4a + 1f6566a commit 7dfe47eCopy full SHA for 7dfe47e
.flake8
@@ -5,6 +5,14 @@
5
6
[flake8]
7
doctests = True
8
+exclude =
9
+ __pycache__/
10
+ .git/
11
+ /.licenses/
12
+ /docs/commands/
13
+ /docs/rules/
14
+ /site/
15
+ node_modules/
16
# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
17
ignore = W503
18
max-complexity = 10
.markdownlintignore
@@ -1,4 +1,7 @@
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown/.markdownlintignore
2
/.licenses/
3
+/docs/commands/*.md
4
+/docs/rules/
+/site/
__pycache__/
node_modules/
0 commit comments