Skip to content

Commit

Permalink
upgrade black to 23.1.0
Browse files Browse the repository at this point in the history
work around the current github actions issue by just using the latest version:

psf/black#3538
  • Loading branch information
ThomasWaldmann committed Feb 1, 2023
1 parent 8af9eb4 commit 9686278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Expand Up @@ -10,4 +10,4 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: psf/black@22.6.0
- uses: psf/black@23.1.0
2 changes: 1 addition & 1 deletion requirements.d/codestyle.txt
@@ -1 +1 @@
black==22.6.0
black==23.1.0

0 comments on commit 9686278

Please sign in to comment.