mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
fix black and isort forever
This commit is contained in:
+2
-2
@@ -133,7 +133,7 @@
|
|||||||
"filename": ".github/workflows/checks.yml",
|
"filename": ".github/workflows/checks.yml",
|
||||||
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
|
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
|
||||||
"is_verified": false,
|
"is_verified": false,
|
||||||
"line_number": 68,
|
"line_number": 70,
|
||||||
"is_secret": false
|
"is_secret": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -684,5 +684,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"generated_at": "2025-01-16T16:38:48Z"
|
"generated_at": "2025-01-22T21:45:39Z"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,10 +38,12 @@ jobs:
|
|||||||
output: report-markdown
|
output: report-markdown
|
||||||
annotations: failed-tests
|
annotations: failed-tests
|
||||||
prnumber: ${{ steps.findPr.outputs.number }}
|
prnumber: ${{ steps.findPr.outputs.number }}
|
||||||
|
- name: Run black
|
||||||
|
run: poetry run black .
|
||||||
|
- name: Check imports alphabetized
|
||||||
|
run: poetry run isort ./app ./tests
|
||||||
- name: Run style checks
|
- name: Run style checks
|
||||||
run: poetry run flake8 .
|
run: poetry run flake8 .
|
||||||
- name: Check imports alphabetized
|
|
||||||
run: poetry run isort --check-only ./app ./tests
|
|
||||||
- name: Check dead code
|
- name: Check dead code
|
||||||
run: make dead-code
|
run: make dead-code
|
||||||
- name: Run js tests
|
- name: Run js tests
|
||||||
|
|||||||
Reference in New Issue
Block a user