Exclude squawk rule forbidding regular-sized integers

This commit is contained in:
Max Brunsfeld
2024-01-17 18:06:16 -08:00
parent ab1bea515c
commit 69bff7bb77
2 changed files with 6 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
excluded_rules = [
"prefer-big-int",
"prefer-bigint-over-int",
]