Skip to content

Commit

Permalink
setup pylint: ignore no-member
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin POCHE committed Nov 7, 2023
1 parent d6e1465 commit 0dcc91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ disable =
E0401, # pending issue with pylint see pylint#2603
E1123, # issues between pylint and tensorflow since 2.2.0
E1120, # see pylint#3613
E1101, # pylint misses members set dynamically
C3001, # lambda function as variable

[pylint.FORMAT]
Expand Down

0 comments on commit 0dcc91c

Please sign in to comment.