Skip to content

Commit

Permalink
Update black lib into .pre-commit-config.yaml (#194)
Browse files Browse the repository at this point in the history
Switched to last 24v psf black version
  • Loading branch information
mosfet80 authored Jun 23, 2024
1 parent 88e7f79 commit e1f057a
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: 23.3.0
rev: 24.4.2
hooks:
- id: black
args: ["--skip-string-normalization"]
Expand Down

0 comments on commit e1f057a

Please sign in to comment.