Skip to content

Commit

Permalink
Fix black precommit (#11683)
Browse files Browse the repository at this point in the history
### Summary & Motivation

Previously landed version of this did not work due to a weird conflict
with black's `target-version` setting, this fixes it.

### How I Tested These Changes

Ran the pre-commit hook.
  • Loading branch information
smackesey committed Jan 12, 2023
1 parent 861059a commit 577e81a
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.12.0
rev: refs/tags/22.12.0:refs/tags/22.12.0
hooks:
- id: black-jupyter
- repo: https://github.com/charliermarsh/ruff-pre-commit
Expand Down

0 comments on commit 577e81a

Please sign in to comment.