mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
Remove accidental PR inclusion
This commit is contained in:
parent
4054bef461
commit
19835f47d5
1 changed files with 4 additions and 4 deletions
|
@ -22,14 +22,14 @@ class Command(BaseCommand):
|
|||
# and, in all cases, make sure to use a list (not a string) for flags/args
|
||||
# as this will quote the output.
|
||||
linters = {
|
||||
"mypy": {
|
||||
"purpose": "Type checking",
|
||||
"args": ["mypy", "."],
|
||||
},
|
||||
"flake8": {
|
||||
"purpose": "Linting",
|
||||
"args": ["flake8", ".", "--count", "--show-source", "--statistics"],
|
||||
},
|
||||
"mypy": {
|
||||
"purpose": "Type checking",
|
||||
"args": ["mypy", "."],
|
||||
},
|
||||
"black": {
|
||||
"purpose": "Formatting",
|
||||
"args": ["black", "--check", "."],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue