Skip to content

Commit

Permalink
Add pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Sep 7, 2020
1 parent 1b3868e commit 30b3ff4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[MASTER]

[BASIC]
good-names=id,i,j,k,ex,Run,_,fp,T,ev

[MESSAGES CONTROL]
# Reasons disabled:
# format - handled by black
disable=
too-few-public-methods,

[REPORTS]
score=no

[TYPECHECK]

[FORMAT]
expected-line-ending-format=LF

[EXCEPTIONS]

0 comments on commit 30b3ff4

Please sign in to comment.