Skip to content

Commit

Permalink
Increase version to 0.0.49
Browse files Browse the repository at this point in the history
Define max-positional-arguments in pylintrc and set to 8 - required on
pylint-3.3.1.
  • Loading branch information
LegenJCdary committed Oct 2, 2024
1 parent 7a122b2 commit 1d2d2d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ansible-deployer
version = 0.0.48
version = 0.0.49
description = Wrapper around ansible-playbook allowing configurable tasks and permissions
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
Expand Down
3 changes: 3 additions & 0 deletions tests/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,9 @@ max-locals=21
# Maximum number of parents for a class (see R0901).
max-parents=7

# R0917
max-positional-arguments=8

# Maximum number of public methods for a class (see R0904).
max-public-methods=20

Expand Down

0 comments on commit 1d2d2d1

Please sign in to comment.