File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed
project-template/{{cookiecutter.repo_name}} Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -51,24 +51,19 @@ force_grid_wrap = 2
5151[tool .pylint .master ]
5252fail-under = 5.0
5353output-format = " colorized,json:.lint.json,text:.lint.txt"
54- ignore = [
55- " noxfile.py" ,
56- " noxconfig.py" ,
57- " version.py" ,
58- ]
59- ignore-paths = [
60- " .*/test/.*" ,
61- ]
54+ ignore = []
6255
6356[tool .pylint .format ]
6457max-line-length = 88
6558max-module-lines = 800
6659
67- [tool .mypy ]
68- ignore_errors = true
69-
7060[[tool .mypy .overrides ]]
7161module = [
7262 " test.*" ,
7363]
7464ignore_errors = true
65+
66+ [tool .sonar ]
67+ projectKey = " com.exasol:{{cookiecutter.repo_name}}"
68+ hostUrl = " https://sonarcloud.io"
69+ organization = " exasol"
Original file line number Diff line number Diff line change @@ -86,20 +86,18 @@ source = [
8686[tool .coverage .report ]
8787fail_under = 15
8888
89-
9089[tool .black ]
9190line-length = 88
9291verbose = false
9392include = " \\ .pyi?$"
9493
95-
9694[tool .isort ]
9795profile = " black"
9896force_grid_wrap = 2
9997
100-
10198[tool .pylint .master ]
10299fail-under = 7.5
100+ output-format = " colorized,json:.lint.json,text:.lint.txt"
103101
104102[tool .pylint .format ]
105103max-line-length = 88
You can’t perform that action at this time.
0 commit comments