You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
# post_write_hooks defines scripts or Python functions that are run
# on newly generated revision scripts. See the documentation for further
# detail and examples
# format using "black" - use the console_scripts runner, against the "black" entrypoint
# hooks = black
# black.type = console_scripts
# black.entrypoint = black
# black.options = -l 79 REVISION_SCRIPT_FILENAME
The text was updated successfully, but these errors were encountered:
kjaymiller
changed the title
Actually use this but with ruff instead of black
Can we add hooks to lint our alembic.ini files (do we even need to)
Nov 21, 2023
It may be good to use ruff to lint our alembic.ini
cookiecutter-relecloud/{{cookiecutter.__src_folder_name}}/src/flask/flaskapp/migrations/alembic.ini
Lines 65 to 76 in 6a54aab
The text was updated successfully, but these errors were encountered: