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 14f7767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ default_language_version:
node: "14.13.0"
repos:
- repo: https://github.com/psf/black-pre-commit-mirror.git
rev: 22.10.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/myint/autoflake
Expand Down

0 comments on commit 14f7767

Please sign in to comment.