Skip to content

Commit

Permalink
fix black preview config
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Nov 27, 2023
1 parent 8a9b68f commit 16ea7c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ repos:
hooks:
- id: black
language_version: python3
args: ['--preview']

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.257
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ build-backend = "poetry.core.masonry.api"
line-length = 120
target-version = ['py38']
include = '\.pyi?$'
preview = true

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 16ea7c7

Please sign in to comment.