Feature/ignore trailing comma
Compare changes
+ 4
− 8
@@ -16,9 +16,7 @@ import json
@@ -37,7 +35,7 @@ class RenderAsJSON(Directive):
@@ -57,7 +55,7 @@ extensions = [
@@ -67,9 +65,7 @@ exclude_patterns = []
Remove ruff rule COM812
that really doesn't add anything. Just makes code span more lines...