diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5878655..30b3770 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: rev: v8.21.1 hooks: - id: gitleaks-docker - stages: [manual, Nonepre-pushNone] + stages: [manual, pre-push] - repo: local hooks: diff --git a/.pylintrc b/.pylintrc index c09e335..6298674 100644 --- a/.pylintrc +++ b/.pylintrc @@ -23,6 +23,7 @@ disable= duplicate-code, # We can't split the functions into smaller modules for now. too-many-lines, + too-many-positional-arguments [REPORTS]