Skip to content

Commit

Permalink
lint: add more exceptions for newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp15b committed Mar 14, 2024
1 parent 0eb0458 commit d092b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ignore=
load-plugins=

[MESSAGES CONTROL]
disable=missing-docstring,line-too-long,too-few-public-methods,unused-wildcard-import,no-else-return,too-many-return-statements,too-many-branches,wildcard-import
disable=missing-docstring,line-too-long,too-few-public-methods,unused-wildcard-import,no-else-return,too-many-return-statements,too-many-branches,wildcard-import,broad-exception-raised

[VARIABLES]
init-import=no
Expand All @@ -12,7 +12,7 @@ init-import=no
ignored-modules=

[BASIC]
good-names=T,i,t,op,fn,R,M,ii,g,pc,tf,n,p
good-names=T,i,t,op,fn,R,M,ii,g,pc,tf,n,p,Type

[FORMAT]
max-line-length=120
Expand Down

0 comments on commit d092b2b

Please sign in to comment.