oncall-engine/engine/apps/slack
Vadim Stepanov f977f9faee
Minor formatting changes (#2641)
# What this PR does

- Updates `black` and `flake8` to latest
- Removes `F541` from flake8 ignore (`F541 f-string is missing
placeholders`)
- Enables ["float to top"
option](https://pycqa.github.io/isort/docs/configuration/options.html#float-to-top)
for `isort`
2023-07-26 14:45:44 +01:00
..
migrations remove SlackActionRecord model/table (#2201) 2023-06-13 10:56:06 +00:00
models apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
representatives apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
scenarios Minor formatting changes (#2641) 2023-07-26 14:45:44 +01:00
slack_client apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
templates/admin World, meet OnCall! 2022-06-03 08:09:47 -06:00
tests Direct paging: page if acked or silenced, show warning when resolved (#2639) 2023-07-26 13:25:26 +01:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
admin.py remove SlackActionRecord model/table (#2201) 2023-06-13 10:56:06 +00:00
alert_group_slack_service.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
constants.py continue addressing mypy violations (#2170) 2023-06-27 10:23:08 +00:00
slack_formatter.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
tasks.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
urls.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
utils.py Fix slack channels sync (#2571) 2023-07-19 07:17:21 +00:00
views.py Minor formatting changes (#2641) 2023-07-26 14:45:44 +01:00