File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,18 +80,6 @@ Documentation = "https://github.com/jenstroeger/python-package-template/wiki"
8080Issues = " 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 =
You can’t perform that action at this time.
0 commit comments