Skip to content

Commit 539f144

Browse files
committed
Remove duplicate deptry stage. Increase pylint max branches
1 parent 0a600e3 commit 539f144

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

{{ cookiecutter.project_name.lower().replace(' ', '-') }}/.gitlab-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ check-safety:
6565
script: make check-safety
6666
allow_failure: true
6767

68-
check-deptry:
69-
<<: *quality
70-
script: make check-deptry
71-
7268
# Tests jobs ------------------------
7369

7470
test:

{{ cookiecutter.project_name.lower().replace(' ', '-') }}/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ convention = "google"
193193
allow-dunder-method-names = ["__tablename__", "__table_args__"]
194194
allow-magic-value-types = ["int", "str", "bytes"]
195195
max-args = 10
196+
max-branches = 15
196197
max-statements = 30
197198

198199
[tool.ruff.format]

0 commit comments

Comments
 (0)