We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65082a3 commit b4ded30Copy full SHA for b4ded30
Makefile
@@ -16,5 +16,5 @@ test:
16
17
codegen:
18
python codegen.py
19
- black django_mongoengine/fields/__init__.py
+ ruff format django_mongoengine/fields/__init__.py
20
ruff django_mongoengine/ --fix # It doesn't work with filename.
0 commit comments