Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/coverage-eq-7.5.star
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo authored May 15, 2024
2 parents 0eb3c62 + 45d3eb7 commit b0daa2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ repos:
- id: fix-future-annotations

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.4.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
args: [--ignore-missing-imports, --strict]
Expand All @@ -32,7 +32,7 @@ repos:
]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: fix-encoding-pragma
args: [--remove]
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.5.*
mypy == 1.9.*
mypy == 1.10.*
pre-commit == 3.5.*
tox == 4.13.*
tox == 4.15.*

0 comments on commit b0daa2d

Please sign in to comment.