Skip to content

Commit

Permalink
Update mypy (#437)
Browse files Browse the repository at this point in the history
* Update mypy

* Update lock file
  • Loading branch information
sea-kelp committed May 18, 2024
1 parent 72dca78 commit 803fbfd
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 225 deletions.
13 changes: 2 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,10 @@ repos:
args:
- --safe

# Turn off for now
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: v0.902
# hooks:
# - id: mypy
# additional_dependencies:
# - types-click
# - types-ujson

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.4.1'
rev: v1.9.0
hooks:
- id: mypy
- id: mypy

- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.32.1
Expand Down
Loading

0 comments on commit 803fbfd

Please sign in to comment.