Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FireBoyAJ24 authored Aug 17, 2023
1 parent d2f4af2 commit faf87e2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[tool.black]
line-length = 88
experimental-string-processing = true
target-version = ['py37', 'py38', 'py39', 'py310']
include = '\.pyi?$'
# 'extend-exclude' excludes files or directories in addition to the defaults
force-exclude = '''
/(
.*migrations.*
|.*config.*
|.*__pycache__
)/
'''

[tool.isort]
profile = "black"
skip=['migrations', 'config', '__pycache__']

0 comments on commit faf87e2

Please sign in to comment.