Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
andrew000 committed Jul 25, 2024
1 parent 16d7c82 commit b40d99f
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: "check-json"

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.4
hooks:
- id: ruff
args: [ "--fix" ]
Expand Down
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,12 @@ test-coverage:
@$(mkdir_cmd)
@poetry run pytest -vv --cov=$(code_dir) --cov-config=.coveragerc --html=$(reports_dir)/tests/index.html tests/
@poetry run coverage html -d $(reports_dir)/coverage


.PHONY poetry-show:
poetry-show:
@poetry show --top-level --latest

.PHONY poetry-show-outdated:
poetry-show-outdated:
@poetry show --top-level --outdated
Loading

0 comments on commit b40d99f

Please sign in to comment.