-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
👷 Add ty to precommit
#2227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
👷 Add ty to precommit
#2227
Changes from all commits
261669c
3d0456e
0922a66
61d8a05
8c1470c
2b1a1e1
30c4abd
20a410f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,7 +29,7 @@ def upgrade(): | |
|
|
||
| def downgrade(): | ||
| # ### commands auto generated by Alembic - please adjust! ### | ||
| op.drop_constraint(None, 'item', type_='foreignkey') | ||
| op.drop_constraint('item_owner_id_fkey', 'item', type_='foreignkey') | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A little confused about this one, as |
||
| op.create_foreign_key('item_owner_id_fkey', 'item', 'user', ['owner_id'], ['id']) | ||
| op.alter_column('item', 'owner_id', | ||
| existing_type=sa.UUID(), | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,5 +4,6 @@ set -e | |
| set -x | ||
|
|
||
| mypy app | ||
| ty app | ||
| ruff check app | ||
| ruff format app --check | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be in this PR, but the download action was flaky, as you can see in the logs for this PR. Not sure what's going on, but switching back to v7 seems to have fixed things for now.