Skip to content

Commit

Permalink
🎨 Format Python code with Black, and Bash code with Shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tituspijean authored and github-actions[bot] committed Nov 9, 2024
1 parent 3080bba commit 49a8563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/migrations/0030_rebuild_python_venv_in_bookworm.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ class MyMigration(Migration):

ignored_python_apps = [
"diacamma", # Does an ugly sed in the sites-packages/django_auth_ldap3_ad
"homeassistant", # uses a custom version of Python
"immich", # uses a custom version of Python
"homeassistant", # uses a custom version of Python
"immich", # uses a custom version of Python
"kresus", # uses virtualenv instead of venv, with --system-site-packages (?)
"librephotos", # runs a setup.py ? not sure pip freeze / pip install -r requirements.txt is gonna be equivalent ..
"mautrix", # install stuff from a .tar.gz
Expand Down

0 comments on commit 49a8563

Please sign in to comment.