Skip to content

Commit 2b8eb15

Browse files
committed
remove pylint disable=python3 from pyproject.toml
1 parent 2b71e08 commit 2b8eb15

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ enable = ["F", "E", "W", "R", "C"]
6060
disable = [
6161
"pointless-string-statement",
6262
"superfluous-parens",
63-
"bad-continuation",
64-
"python3"
63+
"bad-continuation"
6564
]
6665

6766
[tool.black]

0 commit comments

Comments
 (0)