Skip to content

Commit

Permalink
Create pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-boris authored Apr 24, 2024
1 parent d88ac4b commit df6b793
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[tool.black]
line_length = 180
multi_line_output = 3
extend-exclude = '''Pipfile.lock'''


[flake8]
max-line-length = 180
exclude = '''Pipfile.lock'''

0 comments on commit df6b793

Please sign in to comment.