Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/coverage-7.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ouhammmourachid authored Dec 9, 2024
2 parents 6df79b4 + 3641bf4 commit 37ad303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install dependencies
uses: ouhammmourachid/poetry-install@v2
uses: ouhammmourachid/poetry-install@v3
- name: create test coverage.
run: make coverage
- name: upload coverage reports to Codecov
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.4
rev: v0.8.1
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit 37ad303

Please sign in to comment.