Exclude squawk rule forbidding regular-sized integers
This commit is contained in:
parent
ab1bea515c
commit
69bff7bb77
2 changed files with 6 additions and 3 deletions
4
script/lib/squawk.toml
Normal file
4
script/lib/squawk.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
excluded_rules = [
|
||||
"prefer-big-int",
|
||||
"prefer-bigint-over-int",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue