Skip to content

Commit 84681f2

Browse files
committed
Remove pylint reference to .pylintrc
1 parent 58d3a96 commit 84681f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

{{cookiecutter.package_name}}/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ check-types:
120120
# help: check-lint - run static analysis checks
121121
.PHONY: check-lint
122122
check-lint:
123-
@pylint --rcfile=.pylintrc \
124-
{{cookiecutter.package_name}} \
123+
@pylint {{cookiecutter.package_name}} \
125124
examples \
126125
tests
127126

0 commit comments

Comments
 (0)