Skip to content

Commit

Permalink
chore: remove black
Browse files Browse the repository at this point in the history
  • Loading branch information
leehanchung committed Nov 26, 2023
1 parent 81e3bb7 commit c424c21
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
[tool.black]
line-length = 120
target-version = ['py310']
include = '\.pyi?$'
extend-exclude = '''
/(
# The following are specific to Black, you probably don't want those.
tests/data
| profiling
)/
'''
# We use preview style for formatting Black itself. If you
# want stable formatting across releases, you should keep
# this off.
preview = true

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

0 comments on commit c424c21

Please sign in to comment.