Adim: Add format check by ruff in Github Actions (#7510)
This commit is contained in:
parent
c8db699f3c
commit
e3555bbe61
1
Makefile
1
Makefile
@ -20,6 +20,7 @@ init:
|
|||||||
lint:
|
lint:
|
||||||
@echo "Running ruff..."
|
@echo "Running ruff..."
|
||||||
ruff check moto tests
|
ruff check moto tests
|
||||||
|
ruff format --check moto tests
|
||||||
@echo "Running pylint..."
|
@echo "Running pylint..."
|
||||||
pylint -j 0 moto tests
|
pylint -j 0 moto tests
|
||||||
@echo "Running MyPy..."
|
@echo "Running MyPy..."
|
||||||
|
Loading…
Reference in New Issue
Block a user