Skip to content

Commit eb566d4

Browse files
committed
remove pylint disable=python3 from pyproject.toml
1 parent 026a553 commit eb566d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ enable = ["F", "E", "W", "R", "C"]
7272
disable = [
7373
"pointless-string-statement",
7474
"superfluous-parens",
75-
"bad-continuation",
76-
"python3"
75+
"bad-continuation"
7776
]
7877

7978
[tool.licensecheck]

0 commit comments

Comments
 (0)