Skip to content

Commit

Permalink
add: pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Jun 7, 2023
1 parent cdb8b2b commit 9c0ada7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[tool.black]
line-length = 119
exclude = '''
(
| .git
| .github
| .mypy_cache
| .pytest_cache
| .tox
| venv
)
'''

[tool.isort]
include_trailing_comma = true
line_length = 119
multi_line_output = 3

0 comments on commit 9c0ada7

Please sign in to comment.