Skip to content

Commit

Permalink
Add pyproject toml file. (#159)
Browse files Browse the repository at this point in the history
* Add pyproject toml file.

* Enable github action in the push event.

* Remove github action in the push event.
  • Loading branch information
everaldorodrigo authored Nov 1, 2024
1 parent 54e41ef commit f68262b
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 f68262b

Please sign in to comment.