Skip to content

Commit

Permalink
Update black lib
Browse files Browse the repository at this point in the history
Update black into  .pre-commit-config.yaml
fixs:
https://github.com/psf/black/releases
  • Loading branch information
mosfet80 authored Oct 20, 2024
1 parent 4ad0857 commit a3ab044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
args: ["--skip-string-normalization"]
Expand Down

0 comments on commit a3ab044

Please sign in to comment.