Skip to content

Commit fc22937

Browse files
committed
Fixed pylint config
1 parent 91e1d60 commit fc22937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ skip_glob = "*/sdk/*"
99
[tool.pylint]
1010
[tool.pylint.master]
1111
ignore = ["test.py"]
12-
ignore-paths = [".*/sdk", ".*/docs"]
12+
ignore-paths = [".*/sdk/", ".*docs/"]
1313
[tool.pylint.message_control]
1414
disable = [
1515
"too-many-instance-attributes",

0 commit comments

Comments
 (0)