Skip to content

Commit

Permalink
Remove pylint sections from pyproject.toml.
Browse files Browse the repository at this point in the history
use ruff instead
  • Loading branch information
apivovarov committed Sep 26, 2024
1 parent 9f4e8d0 commit 69193aa
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,30 +72,6 @@ doctest_optionflags = [
]
addopts = "--doctest-glob='*.rst' --ignore='examples/ffi'"

[tool.pylint.master]
extension-pkg-whitelist = "numpy"

[tool.pylint."messages control"]
disable = [
"missing-docstring",
"too-many-locals",
"invalid-name",
"redefined-outer-name",
"redefined-builtin",
"protected-name",
"no-else-return",
"fixme",
"protected-access",
"too-many-arguments",
"blacklisted-name",
"too-few-public-methods",
"unnecessary-lambda"
]
enable = "c-extension-no-member"

[tool.pylint.format]
indent-string=" "

[tool.ruff]
preview = true
exclude = [
Expand Down

0 comments on commit 69193aa

Please sign in to comment.