Skip to content

Commit

Permalink
Merge pull request #27 from Omeramsc/pylint-pytest
Browse files Browse the repository at this point in the history
chore: test pylint with pylint-pytest plugin
  • Loading branch information
ifireball authored Dec 25, 2023
2 parents 3ec1d24 + 3092c0f commit 41c6df1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ responses = "*"
types-requests = "*"
odcs = {extras = ["client"], version = "*"}
appstudio-tools = {file = ".", editable = true}
pylint-pytest = "*"

[dev-packages]
pytest = "*"
Expand Down
11 changes: 10 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build-backend = "setuptools.build_meta"

[tool.setuptools.packages]
find = {}

[tool.pylint]
load-plugins = ["pylint_pytest"]

0 comments on commit 41c6df1

Please sign in to comment.