Exclude squawk rule forbidding regular-sized integers

This commit is contained in:
Max Brunsfeld 2024-01-17 17:35:37 -08:00
parent ab1bea515c
commit 69bff7bb77
2 changed files with 6 additions and 3 deletions

4
script/lib/squawk.toml Normal file
View file

@ -0,0 +1,4 @@
excluded_rules = [
"prefer-big-int",
"prefer-bigint-over-int",
]