Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/mypy-eq-1.10.star
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo authored May 14, 2024
2 parents 8831276 + e525b15 commit 1d49403
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 @@ -31,7 +31,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,5 +1,5 @@
coverage == 7.4.*
coverage == 7.5.*
mypy == 1.10.*
pre-commit == 3.5.*
requests == 2.31.*
tox == 4.13.*
tox == 4.15.*

0 comments on commit 1d49403

Please sign in to comment.