Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .squawk.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

excluded_rules = [
# both of these timeouts *are* set in the migration harness but that's invisible to squawk
"require-statement-timeout",
"require-lock-timeout",
]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt --exclude-newer 7d
# uv pip compile requirements.in -o requirements.txt
alembic==1.18.4 \
--hash=sha256:a5ed4adcf6d8a4cb575f3d759f071b03cd6e5c7618eb796cb52497be25bfe19a \
--hash=sha256:cb6e1fd84b6174ab8dbb2329f86d631ba9559dd78df550b57804d607672cedbc
Expand Down
18 changes: 9 additions & 9 deletions requirements_for_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements_for_test.in -o requirements_for_test.txt --exclude-newer 7d
# uv pip compile requirements_for_test.in -o requirements_for_test.txt
alembic==1.18.4 \
--hash=sha256:a5ed4adcf6d8a4cb575f3d759f071b03cd6e5c7618eb796cb52497be25bfe19a \
--hash=sha256:cb6e1fd84b6174ab8dbb2329f86d631ba9559dd78df550b57804d607672cedbc
Expand Down Expand Up @@ -2114,14 +2114,14 @@ sqlalchemy==2.0.51 \
# alembic
# flask-sqlalchemy
# marshmallow-sqlalchemy
squawk-cli==2.58.0 \
--hash=sha256:08fdf003cbd06d98a33c7c4cd9784dea199ee4540b931760e2e988d25dc39be8 \
--hash=sha256:1f1f86db6ab6d74631bedcd15de3cf74bf25876150f52169f2b514119d1c101c \
--hash=sha256:3ce15e05db28889887d83006db7f9f61aecc4fa9ce03ff2674354e26bbe76bad \
--hash=sha256:bf3531ce191460a10a7526f6cb6230544f97965e7bc6c8a7e348706b7718f86b \
--hash=sha256:bfae9a54f9d271da3db66cea9e3a2104ff4b9b5ac42fa85dc8c06dab1eae6bd3 \
--hash=sha256:c7766adad854d7635be59f0225de4164a16bbdfa9646d4a051a1b3715f4924af \
--hash=sha256:da81fbde2dcfc535a0a1009d295bd4be587cca5b3f90882dfb85143292d4695e
squawk-cli==2.60.0 \
--hash=sha256:09d07b47ccaccc75b841739fa850c51e24afe73a2375392d25d814b236f8d374 \
--hash=sha256:6a8f2c26e8a46a400e6a43b23bf62810a52237a73dc1fdb4884a9f97bcbfa1ef \
--hash=sha256:6f192932ece426bb53028d44c7dee0d9b06b038f044008c4df6e45f5adf4b6c8 \
--hash=sha256:88b201e49778fc10306b0eddf3afe491f0dc9e4c09f2208c016873d9abafe312 \
--hash=sha256:ab2110bb6c17ab0f959123b194881982e1c012e6dc5cbd338c1a6133283b3e3e \
--hash=sha256:be824f227e3736a2a4f541ee749b594fc1426852f60338fa73b75b7b2d13f8b7 \
--hash=sha256:c2f09c85a44854cd75f5f159d4a2ce61d3b5965e3f0f8de6b2f94fa7b2d6d665
# via -r requirements_for_test.in
trustme==1.2.1 \
--hash=sha256:6528ba2bbc7f2db41f33825c8dd13e3e3eb9d334ba0f909713c8c3139f4ae47f \
Expand Down
Loading