Skip to content

Commit

Permalink
Add pylint config
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jun 7, 2024
1 parent 36d07e8 commit 9952bcf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/linters/.python-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[tool.pylint.main]
jobs = 0

[tool.pylint."messages control"]
# add import-error to the default list
# generated with:
# $ pylint --disable=import-error --generate-toml-config
disable = ["raw-checker-failed", "bad-inline-option", "locally-disabled", "file-ignored", "suppressed-message", "useless-suppression", "deprecated-pragma", "use-symbolic-message-instead", "use-implicit-booleaness-not-comparison-to-string", "use-implicit-booleaness-not-comparison-to-zero", "import-error"]

0 comments on commit 9952bcf

Please sign in to comment.