Skip to content

Commit

Permalink
pin pylint<3 to avoid ImportError in pylint-quotes (relates to edanis…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Oct 5, 2023
1 parent 05d1a6b commit 138801e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ pluggy>=0.7
pytest<7
pytest-rerunfailures
pydocstyle
pylint>=2.15.4; python_version >= "3.7"
# FIXME: pylint-quotes failing with pylint==3 (https://github.com/edaniszewski/pylint-quotes/issues/29)
pylint>=2.15.4,<3; python_version >= "3.7"
pylint-per-file-ignores; python_version >= "3.7"
pylint_quotes
responses
Expand Down

0 comments on commit 138801e

Please sign in to comment.