Skip to content

Commit

Permalink
Merge pull request #68 from Lykos153/renovate/psf-black-23.x
Browse files Browse the repository at this point in the history
chore(deps): update pre-commit hook psf/black to v23
  • Loading branch information
yarikoptic authored Feb 15, 2023
2 parents 8487a15 + 0b8e78d commit 2131dc6
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@22.8.0
- uses: psf/black@23.1.0
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 23.1.0
hooks:
- id: black
- repo: local
Expand Down

0 comments on commit 2131dc6

Please sign in to comment.