From: A <146010486+gxxeel@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:29:48 +0000 (+0300) Subject: Update tutorial.rst for ruff post_write_hooks (#1535) X-Git-Tag: rel_1_14_1~14 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6b44c1e90c96b55939b28d73f427eff7b9cb620;p=thirdparty%2Fsqlalchemy%2Falembic.git Update tutorial.rst for ruff post_write_hooks (#1535) Due ruff package update - `ruff ` has been removed. Use `ruff check ` instead. --- diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst index 5fed9f4a..a5779d29 100644 --- a/docs/build/tutorial.rst +++ b/docs/build/tutorial.rst @@ -204,7 +204,7 @@ The file generated with the "generic" configuration looks like:: # hooks = ruff # ruff.type = exec # ruff.executable = %(here)s/.venv/bin/ruff - # ruff.options = --fix REVISION_SCRIPT_FILENAME + # ruff.options = check --fix REVISION_SCRIPT_FILENAME # Logging configuration [loggers]