Skip to content

Commit

Permalink
Merge branch 'main' into renovate/python-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjanssen committed Dec 18, 2024
2 parents 2aac0c1 + 18bb27f commit 868ca34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ codespell = "2.3.0"
mypy = "1.13.0"
pre-commit = "4.0.1"
pre-commit-hooks = "5.0.0"
pylint = "3.2.7"
pylint = "3.3.2"
ruff = "0.8.3"
yamllint = "1.35.1"
async-timeout = "5.0.1"
Expand Down Expand Up @@ -78,6 +78,7 @@ good-names = ["_", "ex", "fp", "i", "id", "j", "k", "on", "Run", "T"]
[tool.pylint."MESSAGES CONTROL"]
disable = [
"too-few-public-methods",
"too-many-positional-arguments",
"duplicate-code",
"format",
"unsubscriptable-object",
Expand Down

0 comments on commit 868ca34

Please sign in to comment.