Skip to content

Commit 49deede

Browse files
committed
Merge branch 'main' into pre-commit-enable-markdownlint-MD018
2 parents 44b6718 + e5bd83e commit 49deede

File tree

1,272 files changed

+53725
-9767
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,272 files changed

+53725
-9767
lines changed

.asf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ github:
5959
- hsato03
6060
- bernardodemarco
6161
- abh1sar
62+
- FelipeM525
6263

6364
protected_branches: ~
6465

.github/linters/.flake8

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222
# E224 Tab after operator
2323
# E227 Missing whitespace around bitwise or shift operator
2424
# E242 Tab after ','
25+
# E271 Multiple spaces after keyword
26+
# E272 Multiple spaces before keyword
2527
# E273 Tab after keyword
2628
# E274 Tab before keyword
29+
# E713 Test for membership should be 'not in'
2730
# E742 Do not define classes named 'I', 'O', or 'l'
2831
# E743 Do not define functions named 'I', 'O', or 'l'
2932
# E901 SyntaxError or IndentationError
@@ -37,4 +40,4 @@
3740
exclude =
3841
.git,
3942
venv
40-
select = E112,E113,E133,E223,E224,E227,E242,E273,E274,E742,E743,E901,E902,W291,W292,W293,W391
43+
select = E112,E113,E133,E223,E224,E227,E242,E271,E272,E273,E274,E713,E742,E743,E901,E902,W291,W292,W293,W391

0 commit comments

Comments
 (0)