Skip to content

Commit 721d014

Browse files
committed
add comment to linter ignore
1 parent 5770e9f commit 721d014

43 files changed

Lines changed: 43 additions & 0 deletions

File tree

Some content is hidden

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

core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ statistics = true
107107
show-source = false
108108
max-line-length = 120
109109
# E203,W503 and E704 are incompatible with the formatter black
110+
# fixing B042 in upstream exceptions.mustache would be a breaking change
110111
ignore = ["E203", "W503", "E704", "B042"]
111112
inline-quotes = '"'
112113
docstring-quotes = '"""'

services/alb/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ show-source = false
101101
max-line-length = 120
102102
# E203,W503 and E704 are incompatible with the formatter black
103103
# W291 needs to be disabled because some doc-strings get generated with trailing whitespace but black won't re-format comments
104+
# fixing B042 in upstream exceptions.mustache would be a breaking change
104105
ignore = ["E203", "W503", "E704", "W291", "B042"]
105106
inline-quotes = '"'
106107
docstring-quotes = '"""'

services/auditlog/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ show-source = false
101101
max-line-length = 120
102102
# E203,W503 and E704 are incompatible with the formatter black
103103
# W291 needs to be disabled because some doc-strings get generated with trailing whitespace but black won't re-format comments
104+
# fixing B042 in upstream exceptions.mustache would be a breaking change
104105
ignore = ["E203", "W503", "E704", "W291", "B042"]
105106
inline-quotes = '"'
106107
docstring-quotes = '"""'

services/authorization/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ show-source = false
101101
max-line-length = 120
102102
# E203,W503 and E704 are incompatible with the formatter black
103103
# W291 needs to be disabled because some doc-strings get generated with trailing whitespace but black won't re-format comments
104+
# fixing B042 in upstream exceptions.mustache would be a breaking change
104105
ignore = ["E203", "W503", "E704", "W291", "B042"]
105106
inline-quotes = '"'
106107
docstring-quotes = '"""'

services/cdn/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ show-source = false
101101
max-line-length = 120
102102
# E203,W503 and E704 are incompatible with the formatter black
103103
# W291 needs to be disabled because some doc-strings get generated with trailing whitespace but black won't re-format comments
104+
# fixing B042 in upstream exceptions.mustache would be a breaking change
104105
ignore = ["E203", "W503", "E704", "W291", "B042"]
105106
inline-quotes = '"'
106107
docstring-quotes = '"""'

services/certificates/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ show-source = false
101101
max-line-length = 120
102102
# E203,W503 and E704 are incompatible with the formatter black
103103
# W291 needs to be disabled because some doc-strings get generated with trailing whitespace but black won't re-format comments
104+
# fixing B042 in upstream exceptions.mustache would be a breaking change
104105
ignore = ["E203", "W503", "E704", "W291", "B042"]
105106
inline-quotes = '"'
106107
docstring-quotes = '"""'

services/cost/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ show-source = false
101101
max-line-length = 120
102102
# E203,W503 and E704 are incompatible with the formatter black
103103
# W291 needs to be disabled because some doc-strings get generated with trailing whitespace but black won't re-format comments
104+
# fixing B042 in upstream exceptions.mustache would be a breaking change
104105
ignore = ["E203", "W503", "E704", "W291", "B042"]
105106
inline-quotes = '"'
106107
docstring-quotes = '"""'

services/dns/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ show-source = false
101101
max-line-length = 120
102102
# E203,W503 and E704 are incompatible with the formatter black
103103
# W291 needs to be disabled because some doc-strings get generated with trailing whitespace but black won't re-format comments
104+
# fixing B042 in upstream exceptions.mustache would be a breaking change
104105
ignore = ["E203", "W503", "E704", "W291", "B042"]
105106
inline-quotes = '"'
106107
docstring-quotes = '"""'

services/edge/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ show-source = false
101101
max-line-length = 120
102102
# E203,W503 and E704 are incompatible with the formatter black
103103
# W291 needs to be disabled because some doc-strings get generated with trailing whitespace but black won't re-format comments
104+
# fixing B042 in upstream exceptions.mustache would be a breaking change
104105
ignore = ["E203", "W503", "E704", "W291", "B042"]
105106
inline-quotes = '"'
106107
docstring-quotes = '"""'

services/git/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ show-source = false
101101
max-line-length = 120
102102
# E203,W503 and E704 are incompatible with the formatter black
103103
# W291 needs to be disabled because some doc-strings get generated with trailing whitespace but black won't re-format comments
104+
# fixing B042 in upstream exceptions.mustache would be a breaking change
104105
ignore = ["E203", "W503", "E704", "W291", "B042"]
105106
inline-quotes = '"'
106107
docstring-quotes = '"""'

0 commit comments

Comments
 (0)