Skip to content

Commit

Permalink
Temporary disable Pylint-quotes due to the bug it has.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander.prokhorov committed Jul 18, 2024
1 parent 555fad9 commit 2d82bb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ profile = "black"
# https://github.com/PyCQA/pylint-django/issues/276
#jobs = "0"
jobs = "1"
load-plugins = "pylint_quotes,pylint_django"
# Disable Pylint-quotes until its issue is fixed:
# https://github.com/edaniszewski/pylint-quotes/issues/29.
## load-plugins = "pylint_quotes,pylint_django"
load-plugins = "pylint_django"
# Do not store results of previous runs.
persistent = "no"
# Allow to load C extension modules.
Expand Down

0 comments on commit 2d82bb0

Please sign in to comment.