Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Sep 26, 2024
1 parent 6ab52da commit d6e1b53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .pylintrc

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deps:
pip install -r requirements.txt -r requirements-dev.txt --upgrade

lint:
pylint plugins
pylint --disable=too-many-positional-arguments plugins

mypy plugins/modules
mypy plugins/inventory
Expand Down

0 comments on commit d6e1b53

Please sign in to comment.