Skip to content

Commit

Permalink
Specify black version to ~=24.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLiu001 committed Apr 17, 2024
1 parent d2f09a0 commit fedeb49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "~=24.4.0"
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ openpyxl~=3.1.2
pandas~=2.2.1
requests~=2.31.0
XlsxWriter~=3.2.0
black
pre-commit
black==24.4.0
pre-commit~=3.7.0

0 comments on commit fedeb49

Please sign in to comment.