Skip to content

Commit

Permalink
update black version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Nov 20, 2024
1 parent 4900dba commit e68ce6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
options: "--check --diff"
src: "."
version: "22.8.0"
version: "24.8.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ django-libsass = "^0.9"

[tool.poetry.group.dev.dependencies]
pylint = "^3.1.0"
black = "^24.3.0"
black = "^24.8.0"
shot-scraper = "^1.4"

[tool.black]
Expand Down

0 comments on commit e68ce6b

Please sign in to comment.