oncall-engine/engine/apps/schedules
Matias Bordese 7aa78f5f73
Enable flake8-bugbear, fix issues (#3454)
Enables [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear),
checking for bugs/design problems, and [fixes the issues
found](https://pastebin.com/fEDBz6Ta) (some interesting ones,
particularly with mutable args).

Related to https://github.com/grafana/oncall/pull/3448
2023-11-29 15:04:48 +00:00
..
ical_events Upgrade to django 4.2.6 and other deps updates (#3176) 2023-10-27 18:45:00 +00:00
migrations add missing db migrations + add additional backend db migration check to CI (#3234) 2023-10-31 16:00:55 -04:00
models Upgrade to django 4.2.6 and other deps updates (#3176) 2023-10-27 18:45:00 +00:00
tasks Notify user when their shift swap request is taken (#2992) 2023-09-07 14:59:54 +00:00
tests Enable flake8-bugbear, fix issues (#3454) 2023-11-29 15:04:48 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
constants.py Fix returned shift PK in current user events endpoint (#3036) 2023-09-18 17:49:21 +00:00
exceptions.py shift swap requests model + CRUD endpoints (#2597) 2023-07-21 19:35:19 +00:00
ical_utils.py Enable flake8-bugbear, fix issues (#3454) 2023-11-29 15:04:48 +00:00