Skip to content

Commit

Permalink
Merge pull request #259 from kunaljubce/kunaljubce/remove-linting-fro…
Browse files Browse the repository at this point in the history
…m-makefile

Remove linting from Makefile
  • Loading branch information
SemyonSinchenko authored Sep 7, 2024
2 parents 86c5f18 + deb156e commit caed478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ install_test: ## Install the 'dev, test and extras' dependencies

.PHONY: install_deps
install_deps: ## Install all dependencies
@poetry install --with=development,linting,testing,docs
@poetry install --with=development,testing,docs

.PHONY: install_ruff
install_ruff: ## Install ruff for use within IDE
@poetry run pip install ruff==0.5.2

.PHONY: update_deps
update_deps: ## Update dependencies
@poetry update --with=development,linting,testing,docs
@poetry update --with=development,testing,docs

.PHONY: test
test: ## Run all tests
Expand Down

0 comments on commit caed478

Please sign in to comment.