Skip to content

Commit

Permalink
Remove linting from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaljubce committed Sep 7, 2024
1 parent 0d47136 commit deb156e
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 deb156e

Please sign in to comment.