Skip to content

Commit

Permalink
Update pre-commit to have black match pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdemartini committed May 3, 2023
1 parent dc78158 commit 0e8d849
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_stages: [commit]
fail_fast: false

default_language_version:
python: python3.9
python: python3.10

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -23,8 +23,6 @@ repos:
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.12.0
hooks:
# We can use black-jupyter here if/when we decide we want to autoformat notebooks
# https://black.readthedocs.io/en/stable/integrations/source_version_control.html
- id: black

0 comments on commit 0e8d849

Please sign in to comment.