Skip to content

Commit

Permalink
Keep max-positional-arguments to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
prijendev committed Dec 4, 2024
1 parent eacac0e commit b3bb910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
nosetests -v tests/activate_version_tests.py
nosetests -v --ignore-files=activate_version_tests.py
#nosetests
pylint target_stitch "--extension-pkg-whitelist=ciso8601" --max-positional-arguments=3 -d 'global-variable-not-assigned, consider-using-generator, broad-exception-raised, unused-argument'
pylint target_stitch "--extension-pkg-whitelist=ciso8601" --max-positional-arguments=8 -d 'global-variable-not-assigned, consider-using-generator, broad-exception-raised, unused-argument'

0 comments on commit b3bb910

Please sign in to comment.