Skip to content

Commit 19ab96c

Browse files
committed
chore: remove obsolete configurations
1 parent 73d3dc4 commit 19ab96c

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,6 @@ Documentation = "https://github.com/jenstroeger/python-package-template/wiki"
8080
Issues = "https://github.com/jenstroeger/python-package-template/issues"
8181

8282

83-
# https://bandit.readthedocs.io/en/latest/config.html
84-
# Skip test B101 because of issue https://github.com/PyCQA/bandit/issues/457
85-
[tool.bandit]
86-
tests = []
87-
skips = ["B101"]
88-
89-
90-
# https://github.com/psf/black#configuration
91-
[tool.black]
92-
line-length = 120
93-
94-
9583
# https://github.com/commitizen-tools/commitizen
9684
# https://commitizen-tools.github.io/commitizen/bump/
9785
[tool.commitizen]
@@ -134,15 +122,6 @@ exclude = [
134122
]
135123

136124

137-
# https://pycqa.github.io/isort/
138-
[tool.isort]
139-
profile = "black"
140-
multi_line_output = 3
141-
line_length = 120
142-
skip_gitignore = true
143-
filter_files = true
144-
145-
146125
# https://mypy.readthedocs.io/en/stable/config_file.html#using-a-pyproject-toml
147126
[tool.mypy]
148127
# mypy_path =

0 commit comments

Comments
 (0)