Skip to content

Commit

Permalink
Upgrade pylint
Browse files Browse the repository at this point in the history
This fixes false positive errors for Python 3.9.
See pylint-dev/pylint#3882
  • Loading branch information
lukany committed Jun 14, 2021
1 parent b1948ec commit 21bc36f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
72 changes: 36 additions & 36 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
Expand Up @@ -28,7 +28,7 @@ tenacity = "^7.0.0"

[tool.poetry.dev-dependencies]
black = "20.8b1"
pylint = "~2.6.0"
pylint = "~2.8.3"
pytest = "~6.2.1"
pytest-cov = "~2.11.1"

Expand Down

0 comments on commit 21bc36f

Please sign in to comment.