Skip to content

Commit

Permalink
Update mypy to 1.8 (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc committed Mar 6, 2024
2 parents 6fce472 + 7de6ac3 commit ae17b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
language: python
types: [python]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.3.0'
rev: 'v1.8.0'
hooks:
- id: mypy
files: ^mantidimaging/
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- git+https://github.com/samtygier-stfc/sphinx-multiversion.git@prebuild_command
- eyes-images==5.20.*
- yapf==0.40.*
- mypy==1.3
- mypy==1.8
- pytest==7.4.*
- pytest-cov==4.1.*
- pytest-randomly==3.15.*
Expand Down

0 comments on commit ae17b19

Please sign in to comment.