Skip to content

Commit

Permalink
Use the version of black we actually use in linter check, not "stable".
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rook authored and 32th-System committed Jan 28, 2024
1 parent 8c0d425 commit bc8f557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
- uses: psf/black@23.7.0
with:
src: "./project/thscoreboard"
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
django-rosetta==0.9.9
flake8==6.1.0
python-dotenv==1.0.0
# Remember to update .github/workflows/black.yml too if you update black.
black==23.7.0

0 comments on commit bc8f557

Please sign in to comment.