mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Update lint.py
This commit is contained in:
parent
19835f47d5
commit
126a700bd9
1 changed files with 4 additions and 4 deletions
|
@ -26,14 +26,14 @@ class Command(BaseCommand):
|
|||
"purpose": "Linting",
|
||||
"args": ["flake8", ".", "--count", "--show-source", "--statistics"],
|
||||
},
|
||||
"mypy": {
|
||||
"purpose": "Type checking",
|
||||
"args": ["mypy", "."],
|
||||
},
|
||||
"black": {
|
||||
"purpose": "Formatting",
|
||||
"args": ["black", "--check", "."],
|
||||
},
|
||||
"mypy": {
|
||||
"purpose": "Type checking",
|
||||
"args": ["mypy", "."],
|
||||
},
|
||||
"bandit": {
|
||||
"purpose": "Security scanning",
|
||||
"args": ["bandit", "-r", "."],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue