Skip to content

Commit

Permalink
Fix pylint dependency
Browse files Browse the repository at this point in the history
Was mistakenly pyline.
  • Loading branch information
clssn committed Mar 10, 2024
1 parent 5c0bc60 commit 96482b3
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 9 deletions.
89 changes: 81 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ pyserial = "^3.1"
black = "^23.7.0"
pytest = "^7.4.0"
flake8 = "^6.1.0"
pyline = "^0.3.20"
bandit = "^1.7.5"
pytest-xdist = "^3.5.0"
pytest-cov = "^4.1.0"
pylint = "^3.1.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 96482b3

Please sign in to comment.