oncall-engine/engine/apps/metrics_exporter
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
..
tests Add "user_was_notified_of_alert_groups" metric (#2334) 2023-06-28 08:15:19 +00:00
__init__.py OnCall prometheus metrics exporter (#1605) 2023-05-25 18:26:13 +00:00
constants.py Add "user_was_notified_of_alert_groups" metric (#2334) 2023-06-28 08:15:19 +00:00
helpers.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
metrics_cache_manager.py OnCall prometheus metrics exporter (#1605) 2023-05-25 18:26:13 +00:00
metrics_collectors.py Add "user_was_notified_of_alert_groups" metric (#2334) 2023-06-28 08:15:19 +00:00
tasks.py Minor formatting changes (#2641) 2023-07-26 14:45:44 +01:00
urls.py Add instructions for prometheus exporter setup (#2103) 2023-06-12 13:04:07 +00:00
views.py Add instructions for prometheus exporter setup (#2103) 2023-06-12 13:04:07 +00:00