Added Trunk configuration for those using trunk (suggested: makes the code way cleaner and easier to read)

This commit is contained in:
thecookingsenpai
2024-01-30 15:49:47 +01:00
parent 27a277cc5b
commit d411f04e98
8 changed files with 98 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Generic, formatter-friendly config.
select = ["B", "D3", "E", "F"]
# Never enforce `E501` (line length violations). This should be handled by formatters.
ignore = ["E501"]