chore: switch to GTS for linting (#636)

* fix: switch over to gts

* fix: add debug message for input arrays

* fix: fix input array parsing
This commit is contained in:
Federico Grandi
2024-03-26 14:41:25 +01:00
committed by GitHub
parent 95ee72e80d
commit cb9365b122
13 changed files with 2092 additions and 1351 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true