Skip to content

Commit

Permalink
Update pyling in generated project as well
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskuti committed Oct 15, 2023
1 parent ac46adf commit a0d832b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,32}|(__.*__))$
inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$

[MESSAGES CONTROL]
disable = missing-docstring, locally-disabled, too-few-public-methods, fixme
disable = missing-docstring, locally-disabled, too-few-public-methods, fixme
msg-template = {module}:{line} [{msg_id}: {symbol}] - {msg}

[REPORTS]
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.package_name}}/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,32}|(__.*__))$
inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$

[MESSAGES CONTROL]
disable = missing-docstring, locally-disabled, too-few-public-methods, fixme
disable = missing-docstring, locally-disabled, too-few-public-methods, fixme
msg-template = {module}:{line} [{msg_id}: {symbol}] - {msg}

[REPORTS]
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.package_name}}/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
install_requires=[],
extras_require={
"build": ["wheel<1"],
"lint": ["flake8<7", "black<24"{%- if cookiecutter.use_pylint == "y" %}, "pylint<3"{%- endif%}, "mypy<2"],
"lint": ["flake8<7", "black<24"{%- if cookiecutter.use_pylint == "y" %}, "pylint<4"{%- endif%}, "mypy<2"],
"test": ["pytest<8", "pytest-cov<5"],
},
zip_safe=False,
Expand Down

0 comments on commit a0d832b

Please sign in to comment.