open-contracting / credere-backend

A tool that facilitates the participation of Micro, Small, and Medium businesses (MSMEs) in the Colombian public procurement market.
https://credere.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Change `default=[]` and `default={}` to `default_factory=list` and `default_factory=dict` #281

Closed jpmckinney closed 1 week ago

jpmckinney commented 4 months ago

Noticed while reviewing #279.

[] and {} are mutable, and can lead to strange errors.