Skip to content

Commit

Permalink
chore: drop now-unused pylint config
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo committed Sep 3, 2024
1 parent ff1b1e6 commit a66a87f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,25 +72,6 @@ strict = false
module = ["craft_archives"]
ignore_missing_imports = true

[tool.pylint.messages_control]
disable = "too-many-ancestors,too-few-public-methods,fixme,unspecified-encoding,use-implicit-booleaness-not-comparison,unnecessary-lambda-assignment,line-too-long,cyclic-import"

[tool.pylint.similarities]
min-similarity-lines=12

[tool.pylint.format]
max-line-length = "88"
max-locals = 16

[tool.pylint.MASTER]
extension-pkg-whitelist = [
"pydantic"
]
load-plugins = "pylint_pytest"
ignore-paths = [
"rockcraft/_version.py"
]

[tool.ruff]
line-length = 88
target-version = "py310"
Expand Down

0 comments on commit a66a87f

Please sign in to comment.