Skip to content

Commit 7dfe47e

Browse files
authored
Merge pull request #964 from per1234/ignore
Configure tools to exclude folders containing generated files
2 parents e8cfb4a + 1f6566a commit 7dfe47e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.flake8

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
[flake8]
77
doctests = True
8+
exclude =
9+
__pycache__/
10+
.git/
11+
/.licenses/
12+
/docs/commands/
13+
/docs/rules/
14+
/site/
15+
node_modules/
816
# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
917
ignore = W503
1018
max-complexity = 10

.markdownlintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown/.markdownlintignore
22
/.licenses/
3+
/docs/commands/*.md
4+
/docs/rules/
5+
/site/
36
__pycache__/
47
node_modules/

0 commit comments

Comments
 (0)