mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 17:47:58 +02:00
Fix spelling error
This commit is contained in:
parent
75bd375c6b
commit
e879ad0a74
2
Makefile
2
Makefile
@ -63,7 +63,7 @@ test:
|
|||||||
#: format - Run the PEP8 formatter.
|
#: format - Run the PEP8 formatter.
|
||||||
.PHONY: format
|
.PHONY: format
|
||||||
format:
|
format:
|
||||||
ruff check --fix # Fix linting eerrors
|
ruff check --fix # Fix linting errors
|
||||||
ruff format # fix formatting errors
|
ruff format # fix formatting errors
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user