]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Update tutorial.rst for ruff post_write_hooks (#1535)
authorA <146010486+gxxeel@users.noreply.github.com>
Tue, 5 Nov 2024 18:29:48 +0000 (21:29 +0300)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2024 18:29:48 +0000 (19:29 +0100)
Due ruff package update - `ruff <path>` has been removed. Use `ruff check <path>` instead.

docs/build/tutorial.rst

index 5fed9f4ac7936b9546d26ebb865f2c60075f8a77..a5779d29cecb3fb8614fbc7d9a1d701bd056247a 100644 (file)
@@ -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]