Skip to content

Commit

Permalink
Added Pylint to requirements-dev.txt (#5697)
Browse files Browse the repository at this point in the history
**Context:**
Pylint was missing from the `requirements-dev.txt` despite being needed
for the CI pipeline and pre-commit.

**Description of the Change:**
Added `pylint==2.7.4`, mirroring the version used in the CI pipeline.

[[sc-63430](https://app.shortcut.com/xanaduai/story/63430/)]

---------

Co-authored-by: Thomas R. Bromley <49409390+trbromley@users.noreply.github.com>
  • Loading branch information
Shiro-Raven and trbromley authored May 20, 2024
1 parent 3543271 commit 5d9daa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ pytest-benchmark
black>=21
tomli~=2.0.0 # Drop once minimum Python version is 3.11
isort==5.13.2
pylint==2.7.4

0 comments on commit 5d9daa3

Please sign in to comment.