Skip to content

Commit

Permalink
Add make format
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 25, 2024
1 parent ca37ea8 commit 8c1d0df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
SHELL:=/usr/bin/env bash

.PHONY: format
format:
poetry run ruff format
poetry run ruff check

.PHONY: lint
lint:
poetry run mypy wemake_python_styleguide scripts
Expand Down

0 comments on commit 8c1d0df

Please sign in to comment.