Skip to content

Commit

Permalink
chore(deps): update dependency pylint to v3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent c7822b5 commit adce4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ requires-python = ">= 3.8.2"
dependencies = ["salt>=2017"]

[project.optional-dependencies]
test = ["pylint==3.2.6", "pytest==8.3.2"]
test = ["pylint==3.2.7", "pytest==8.3.2"]

[tool.pdm.dev-dependencies]
dev = ["black==24.8.0", "pylint==3.2.6", "pytest==8.3.2", "tox==4.18.0"]
dev = ["black==24.8.0", "pylint==3.2.7", "pytest==8.3.2", "tox==4.18.0"]

[tool.pylint.basic]
good-names = "a,b,fd,k,v"
Expand Down

0 comments on commit adce4e5

Please sign in to comment.