Skip to content

Commit

Permalink
Don't use stable for black per psf/black#420
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-villavicencio-adsk committed Aug 17, 2023
1 parent 76b1625 commit d520387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -22,7 +22,7 @@
- id: trailing-whitespace
# Leave black at the bottom so all touchups are done before it is run.
- repo: https://github.com/ambv/black
rev: stable
rev: 23.7.0
hooks:
- id: black
language_version: python3

0 comments on commit d520387

Please sign in to comment.