Skip to content

Commit

Permalink
Merge pull request #570 from crim-ca/fix-pylint-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Oct 5, 2023
2 parents 05d1a6b + 138801e commit 6642ec9
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 6642ec9

Please sign in to comment.