Skip to content

Commit 5328aa0

Browse files
author
pavetsu14
committed
Add new dependencies
1 parent 4449573 commit 5328aa0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

+12
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ pytest = "^7.1.2"
3636
pre-commit = "^2.20.0"
3737
flake8 = "^5.0.4"
3838
flake8-docstrings = "^1.6.0"
39+
black = "^22.3.0"
40+
mypy = "^0.942"
41+
isort = "^5.10.1"
3942
mkdocs= "^1.3.1"
4043
mkdocs-material = "^8.4.0"
4144
mkdocstrings = "^0.19.0"
@@ -47,3 +50,12 @@ build-backend = "poetry.core.masonry.api"
4750

4851
[tool.poetry.urls]
4952
issues = "https://github.com/GispoCoding/eis_toolkit/issues"
53+
54+
[tool.isort]
55+
multi_line_output = 3
56+
line_length = 120
57+
include_trailing_comma = true
58+
59+
[tool.black]
60+
line-length = 120
61+
exclude = ['D100']

0 commit comments

Comments
 (0)