Skip to content

Commit

Permalink
APP-4246 - handle linting issue that started in pylint 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bsummers-tc committed Oct 19, 2023
1 parent e99de07 commit 68e3821
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ ignore = [
[tool.pylint.messages_control]
disable = [
"broad-exception-caught",
"cyclic-import", # pylint incorrectly identifies cyclic imports
"duplicate-code",
"fixme",
"import-outside-toplevel",
"invalid-name",
Expand Down

0 comments on commit 68e3821

Please sign in to comment.