Skip to content

Commit b4ded30

Browse files
committed
chore: Use ruff format for codegen
1 parent 65082a3 commit b4ded30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ test:
1616

1717
codegen:
1818
python codegen.py
19-
black django_mongoengine/fields/__init__.py
19+
ruff format django_mongoengine/fields/__init__.py
2020
ruff django_mongoengine/ --fix # It doesn't work with filename.

0 commit comments

Comments
 (0)