Skip to content

Commit

Permalink
remove ruff from venv (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas authored Jul 9, 2024
1 parent 8134f27 commit 0db00df
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 380 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ check: ## Run code quality tools.
@poetry check --lock
@echo "🚀 Linting code: Running pre-commit"
@poetry run pre-commit run -a
@echo "🚀 Linting with ruff"
@poetry run ruff hooks tests cookiecutter_poetry --config pyproject.toml
@echo "🚀 Static type checking: Running mypy"
@poetry run mypy
@echo "🚀 Checking for obsolete dependencies: Running deptry"
Expand Down
Loading

0 comments on commit 0db00df

Please sign in to comment.