Skip to content

Commit

Permalink
chore: Update pylint version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan M Salamanca authored Sep 24, 2024
1 parent c872264 commit 124026e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ disable=raw-checker-failed,
deprecated-pragma,
use-symbolic-message-instead,
use-implicit-booleaness-not-comparison-to-string,
use-implicit-booleaness-not-comparison-to-zero,W0223,W0718,R0903,R0913,R0801,R0401,W0231
use-implicit-booleaness-not-comparison-to-zero,W0223,W0718,R0903,R0913,R0801,R0401,W0231,R0917

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = { file = "LICENSE" }
[project.optional-dependencies]
docs = ["toml~=0.10.2", "sphinx>=5,<9", "sphinx-rtd-theme>=1.0,<2.1"]
test = ["pytest>=7.4,<9.0", "pytest-cov>=4,<6"]
lint = ["pylint>=2.17,<3.3"]
lint = ["pylint>=2.17,<3.4"]

[tool.setuptools]
packages = [
Expand Down

0 comments on commit 124026e

Please sign in to comment.