Skip to content

Commit

Permalink
Bump the version of yapf being used by pre-commit, fixes yapf issues #…
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Nov 16, 2024
1 parent 8d8cb01 commit 08b6d91
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 @@ -32,7 +32,7 @@ repos:
additional_dependencies: [pyproject-flake8]
args: ["--config=./pyproject.toml"]
- repo: https://github.com/google/yapf
rev: v0.40.2
rev: v0.43.0
hooks:
- id: yapf
args: ["--style", "./pyproject.toml"]
Expand Down

0 comments on commit 08b6d91

Please sign in to comment.