Skip to content

Commit

Permalink
[IMP] cfg: update black version
Browse files Browse the repository at this point in the history
Black has been updated to its latest version. Biggest
change involves black removing whitespaces after class/method
declarations.

BREAKING CHANGE: black may generate diffs on projects
  • Loading branch information
antonag32 committed Jan 3, 2024
1 parent 857a0f4 commit 46032b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ default_language_version:
repos:
- repo: https://github.com/psf/black-pre-commit-mirror.git
rev: 22.10.0
# diff
hooks:
- id: black
- repo: https://github.com/myint/autoflake
Expand Down

0 comments on commit 46032b4

Please sign in to comment.