Skip to content

Commit

Permalink
Update black version
Browse files Browse the repository at this point in the history
  • Loading branch information
rossgray committed Jul 26, 2024
1 parent 9468f49 commit 85e6a03
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
version: 23.12.0
version: 24.4.2

flake8-lint:
runs-on: ubuntu-latest
Expand Down
50 changes: 25 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fastapi = "^0.105.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
black = "^23.12.0"
black = "^24.4.2"
pre-commit = "^3.6.0"
flake8 = "^6.1.0"
isort = "^5.13.2"
Expand Down

0 comments on commit 85e6a03

Please sign in to comment.