Closed pristupa closed 3 months ago
Thanks, looks ok! Will run the pipeline
That error seems to be caused by the mypy update. Will fix elsewhere
New Gerrit review created for change 00a1a043042ff70c69b69b727e5d55c34cd9cfd3: https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/5417
Patchset a4d2a1e22cda949da5689ecf8a2a8e926437df05 added to existing Gerrit review https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/5417
@CaselIT should I fix those issues from the Gerrit review?
if you run black it should fix them for you
I've just run it with "tox e -- black ." Hopefully it's what was assumed. Not sure it's nice formatted now though.
Patchset b1465ec5d8fd421b52f1e761f6a4c3648c4a2475 added to existing Gerrit review https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/5417
Kust waiting for mike to take a look. If you have time you could add a changelog. See example here https://github.com/sqlalchemy/alembic/tree/34dbe6afa27db5288629e1ec6fe5fbcd675a3b2f/docs/build/unreleased
oh thank you, didn't notice that one added an individual changelog
Patchset 6155da71472fa2727beabd0aeaec1bdc07378b1b added to existing Gerrit review https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/5417
Michael Bayer (zzzeek) wrote:
ok we need a changelog note here, do we have any tests for these version path seps?
View this in Gerrit at https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/5417
Federico Caselli (CaselIT) wrote:
it has both. maybe you looked an old version?
View this in Gerrit at https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/5417
Michael Bayer (zzzeek) wrote:
gerrit must have bounced me into an older version
View this in Gerrit at https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/5417
Gerrit review https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/5417 has been merged. Congratulations! :)
Description
version_path_separator now consists a new option "newline" which allows you to specify multiple version locations across multiple lines like this:
Checklist
This pull request is:
Fixes: #<issue number>
in the commit messageFixes: #<issue number>
in the commit messageHave a nice day!