Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

adds trailing comma to migrations env.py file #284

Open
kjaymiller opened this issue Nov 30, 2023 · 0 comments
Open

adds trailing comma to migrations env.py file #284

kjaymiller opened this issue Nov 30, 2023 · 0 comments

Comments

@kjaymiller
Copy link
Owner

There is a minor update to the code that was found in a ruff format .

adds trailing comma: COM812

Output

diff --git a/src/flaskapp/migrations/env.py b/src/flaskapp/migrations/env.py
index b409dce..f363acd 100644
--- a/src/flaskapp/migrations/env.py
+++ b/src/flaskapp/migrations/env.py
@@ -91 +91 @@ def run_migrations_online():
-            **current_app.extensions["migrate"].configure_args
+            **current_app.extensions["migrate"].configure_args,
@kjaymiller kjaymiller changed the title changes from ruff -format adds trailing comma to migrations env.py file Nov 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant