Skip to content

Commit

Permalink
ignore linting constraints that are initially not met
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrahimebrahim committed May 28, 2024
1 parent 9b2b072 commit 080b546
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,21 @@ messages_control.disable = [
"missing-module-docstring",
"missing-function-docstring",
"wrong-import-position",
"missing-class-docstring",
"invalid-name",
"import-error",
"consider-using-f-string",
"consider-using-with",
"unnecessary-lambda-assignment",
"super-with-arguments",
"arguments-renamed",
"attribute-defined-outside-init",
"no-member",
"deprecated-module",
"no-else-return",
"use-a-generator",
"consider-using-enumerate",
"superfluous-parens",
"unused-variable",
"import-outside-toplevel",
]

0 comments on commit 080b546

Please sign in to comment.