allo- / ffprofile

A tool to create firefox profiles with personalized defaults.
GNU Affero General Public License v3.0
784 stars 56 forks source link

chore: Update for Django 5 compatibility #285

Closed Rhevin closed 10 months ago

Rhevin commented 10 months ago

Hello 👋🏻 I tried to refactor and lint code and make it compatible with Django 5 Since Django 3 is deprecated and python3.8 almost outdated

https://endoflife.date/django

Next, we can add dependabot to make auto-update dependencies.

allo- commented 10 months ago

Hello! First: Thanks for the effort. I have a few questions before merging:

Rhevin commented 10 months ago

Thanks for your reply

allo- commented 10 months ago

I look tomorrow or at the weekend into it. Looks good to me so far. I started to use black for formatting lately. Maybe I should reformat the rest of the code as well.

Rhevin commented 10 months ago

Nice, I prefer Ruff because it's faster and has isort function, so we can sort import and make it more organized.

Also, it's nice to enable these options on VSCode to remove extra whitespace 😄

image

I see a lot of extra whitespace on the settings file 😄

I also like to add this option to my config

image