Skip to content

Commit

Permalink
Pylint test
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 15, 2024
1 parent babe045 commit 5dee646
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/pdr_deterministic_plugin/.pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[MASTER]
init-hook="import os, sys; sys.path.append(os.path.join(os.getcwd(), 'plugins', 'pdr_deterministic_plugin', 'src')); sys.path.append(os.path.join(os.getcwd(), 'utils'))"

[MAIN]
max-public-methods=100

[DESIGN]
max-attributes=10

[MESSAGES CONTROL]
disable=missing-module-docstring,missing-function-docstring,fixme

[FORMAT]
max-line-length=140

[BASIC]
min-public-methods=0
11 changes: 11 additions & 0 deletions plugins/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
requests
configparser
flask
flask_restful
twisted
tzlocal<3.0
jsonschema
pandas
numpy
prometheus_client
msgpack

0 comments on commit 5dee646

Please sign in to comment.