Skip to content

Commit

Permalink
Merge pull request #5 from viktor-platform/resolve-review-comments
Browse files Browse the repository at this point in the history
resolving Yannick's comments
  • Loading branch information
yannickmacken authored Jan 30, 2023
2 parents 79a0c11 + cea78fc commit 2f511cf
Show file tree
Hide file tree
Showing 3 changed files with 44,387 additions and 26 deletions.
30 changes: 30 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[MASTER]
max-line-length=120
[MESSAGES CONTROL]
disable=bare-except,
broad-except,
c-extension-no-member,
consider-iterating-dictionary,
duplicate-code,
fixme,
invalid-name,
import-error,
missing-docstring,
no-name-in-module,
too-few-public-methods,
too-many-branches,
too-many-boolean-expressions,
too-many-instance-attributes,
too-many-statements,
too-many-arguments,
too-many-locals,
ungrouped-imports,
unused-argument,
useless-super-delegation,
protected-access,
relative-beyond-top-level,
simplifiable-if-expression,
too-many-lines,
raise-missing-from,
unnecessary-lambda,
trailing-whitespace
Loading

0 comments on commit 2f511cf

Please sign in to comment.