Skip to content

Commit

Permalink
Merge pull request #103 from jgraichen/renovate/dev-pylint-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen authored Jul 1, 2024
2 parents e292d7b + 5839624 commit 938c6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = ["salt>=2017"]
test = ["pylint==3.2.5", "pytest==8.2.2"]

[tool.pdm.dev-dependencies]
dev = ["black==24.4.2", "pylint==3.2.3", "pytest==8.2.2", "tox==4.15.1"]
dev = ["black==24.4.2", "pylint==3.2.5", "pytest==8.2.2", "tox==4.15.1"]

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

0 comments on commit 938c6f6

Please sign in to comment.