From 51a8a9c503731b2c198f20fe73b4289407b6864d Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 10 Oct 2023 15:20:08 +0100 Subject: [PATCH] chore: removes custom pint rules --- pint.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 pint.json diff --git a/pint.json b/pint.json deleted file mode 100644 index 2b25b3d..0000000 --- a/pint.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "rules": { - "yoda_style": false, - "nullable_type_declaration": false, - "nullable_type_declaration_for_default_null_value": false - } -} \ No newline at end of file