Skip to content

Commit

Permalink
Merge branch 'main' into update/pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo authored May 15, 2024
2 parents e5c28ad + 45d3eb7 commit 578f169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: fix-future-annotations

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.2
rev: v0.4.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage == 7.4.*
mypy == 1.9.*
mypy == 1.10.*
pre-commit == 3.5.*
tox == 4.13.*
tox == 4.15.*

0 comments on commit 578f169

Please sign in to comment.