Skip to content

Commit

Permalink
Update pre-commit settings for reserved args check and pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
piiq committed Jun 29, 2023
1 parent 04142ea commit 1ba1f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ repos:
entry: python custom_pre_commit/check_reserved_args.py
language: system
types: [python]
files: .*_controller\.py$
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ max-returns=9
max-statements=120

# Minimum number of public methods for a class (see R0903).
min-public-methods=1
min-public-methods=0


[EXCEPTIONS]
Expand Down

0 comments on commit 1ba1f2c

Please sign in to comment.