mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-13 23:32:24 +03:00
Fix some flake8/pycodestyle issues
This commit is contained in:
15
setup.py
15
setup.py
@@ -62,10 +62,7 @@ setup(
|
||||
cmdclass={
|
||||
"lint": create_command(
|
||||
"Lints the code",
|
||||
[
|
||||
["flake8", "setup.py", "localized_fields", "tests"],
|
||||
["pycodestyle", "setup.py", "localized_fields", "tests"],
|
||||
],
|
||||
[["flake8", "setup.py", "localized_fields", "tests"]],
|
||||
),
|
||||
"lint_fix": create_command(
|
||||
"Lints the code",
|
||||
@@ -132,12 +129,10 @@ setup(
|
||||
"verify": create_command(
|
||||
"Verifies whether the code is auto-formatted and has no linting errors",
|
||||
[
|
||||
[
|
||||
["python", "setup.py", "format_verify"],
|
||||
["python", "setup.py", "format_docstrings_verify"],
|
||||
["python", "setup.py", "sort_imports_verify"],
|
||||
["python", "setup.py", "lint"],
|
||||
]
|
||||
["python", "setup.py", "format_verify"],
|
||||
["python", "setup.py", "format_docstrings_verify"],
|
||||
["python", "setup.py", "sort_imports_verify"],
|
||||
["python", "setup.py", "lint"],
|
||||
],
|
||||
),
|
||||
"test": create_command(
|
||||
|
||||
Reference in New Issue
Block a user