Skip to content

Commit

Permalink
Improve pylint messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Jan 26, 2022
1 parent 2ae81d5 commit 08e207b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion capellambse/aird/parser/_edge_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import collections.abc as cabc
import dataclasses
import re
import typing as t

from capellambse import aird, helpers
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ disable = [
"assignment-from-no-return", # handled by mypy
"bad-indentation", # auto-formatting
"broad-except",
"consider-using-f-string",
"global-statement",
"import-error", # handled by mypy
"import-outside-toplevel",
Expand Down

0 comments on commit 08e207b

Please sign in to comment.