oncall-engine/engine/apps/oss_installation
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 Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
models Minor formatting changes (#2641) 2023-07-26 14:45:44 +01:00
serializers Add cloud connection statuses on user page (#34) 2022-06-13 16:29:08 +04:00
tests Allow viewers fetch cloud connection status (#1181) 2023-01-23 11:17:57 +00:00
views augment API response pagination attributes (#2471) 2023-07-14 11:19:40 -04:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
cloud_heartbeat.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
constants.py Make CloudConnection instance wide 2022-06-06 16:02:09 +04:00
tasks.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
urls.py Allow viewers fetch cloud connection status (#1181) 2023-01-23 11:17:57 +00:00
usage_stats.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
utils.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00