Skip to content

Commit

Permalink
chore: Use ruff format for codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Nov 25, 2023
1 parent 65082a3 commit b4ded30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ test:

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

0 comments on commit b4ded30

Please sign in to comment.