Skip to content

Commit

Permalink
Merge pull request #66 from jgraichen/renovate/dev-black-24.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency dev/black to v24
  • Loading branch information
jgraichen authored Jan 26, 2024
2 parents 7270e21 + 616057e commit e5fdcc2
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.0.3", "pytest==7.4.4"]

[tool.pdm.dev-dependencies]
dev = ["black==23.12.1", "pylint==3.0.3", "pytest==7.4.4", "tox==4.12.1"]
dev = ["black==24.1.0", "pylint==3.0.3", "pytest==7.4.4", "tox==4.12.1"]

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

0 comments on commit e5fdcc2

Please sign in to comment.