Skip to content

Commit

Permalink
build: Force Pylint downgrade
Browse files Browse the repository at this point in the history
This avoids some new lints, which however are sensible, though not related to the current PR
  • Loading branch information
alecandido committed May 17, 2024
1 parent 2144058 commit 9104000
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 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 @@ -81,7 +81,7 @@ pytest-mock = ">=3.10.0"
optional = true

[tool.poetry.group.analysis.dependencies]
pylint = ">=2.16.0"
pylint = "3.1.0"

[tool.poetry.extras]
qblox = ["qblox-instruments", "qcodes", "qcodes_contrib_drivers", "pyvisa-py"]
Expand Down

0 comments on commit 9104000

Please sign in to comment.