Skip to content

Commit

Permalink
Merge pull request #862 from projectsyn/renovate/pylint-3.x
Browse files Browse the repository at this point in the history
Update dependency pylint to v3
  • Loading branch information
simu authored Oct 3, 2023
2 parents 0fba5e9 + 984763b commit d7f8a4e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 62 deletions.
70 changes: 10 additions & 60 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 @@ -54,7 +54,7 @@ responses = "0.23.3"
black = "23.9.1"
pyfakefs = "5.2.4"
pytest-cov = "4.1.0"
pylint = "2.17.6"
pylint = "3.0.0"
types-toml = "0.10.8.7"
examples = "1.0.2"
pytest-mock = "^3.8.2"
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ commands = flake8 {toxinidir}
description = Check for errors and code smells
deps =
pylint
astroid==2.12.13
commands =
pylint --rcfile={toxinidir}/tox.ini {toxinidir}/commodore

Expand Down

0 comments on commit d7f8a4e

Please sign in to comment.