Skip to content

Commit

Permalink
Merge pull request #44 from jgraichen/renovate/dev-pylint-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency dev/pylint to v3
  • Loading branch information
jgraichen authored Oct 3, 2023
2 parents f32732b + 9c83cbb commit c08c35d
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==2.17.7", "pytest==7.4.2"]

[tool.pdm.dev-dependencies]
dev = ["black==23.9.1", "pylint==2.17.7", "pytest==7.4.2", "tox==4.11.3"]
dev = ["black==23.9.1", "pylint==3.0.0", "pytest==7.4.2", "tox==4.11.3"]

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

0 comments on commit c08c35d

Please sign in to comment.