Skip to content

Commit

Permalink
Add pyproject toml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Nov 1, 2024
1 parent 54e41ef commit 6854ec6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[tool.black]
line-length = 120
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']

[tool.isort]
profile = "black"
combine_as_imports = true
line_length = 159
src_paths = ["."]

[tool.pytest.ini_options]
markers = [
"production",
]

0 comments on commit 6854ec6

Please sign in to comment.