oncall-engine/engine/apps/schedules
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
..
ical_events apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
migrations shift swap requests model + CRUD endpoints (#2597) 2023-07-21 19:35:19 +00:00
models Minor formatting changes (#2641) 2023-07-26 14:45:44 +01:00
tasks apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
tests Revert "Refactoring schedule final events for reusability" (#2642) 2023-07-25 17:37:33 -03:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
admin.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
constants.py Refactor upcoming shifts to use cached final schedule data (#1891) 2023-05-08 19:01:24 +00:00
exceptions.py shift swap requests model + CRUD endpoints (#2597) 2023-07-21 19:35:19 +00:00
ical_utils.py Revert "Refactoring schedule final events for reusability" (#2642) 2023-07-25 17:37:33 -03:00