Skip to content

Commit

Permalink
Merge pull request #104 from Lykos153/renovate/psf-black-24.x
Browse files Browse the repository at this point in the history
chore(deps): update pre-commit hook psf/black to v24.4.2
  • Loading branch information
yarikoptic committed Apr 26, 2024
2 parents bba27db + 791037f commit e899c51
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
Expand Up @@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@24.4.1
- uses: psf/black@24.4.2
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.4.1
rev: 24.4.2
hooks:
- id: black
- repo: local
Expand Down

0 comments on commit e899c51

Please sign in to comment.