Skip to content

Commit

Permalink
chore: update pre-commit config (#3302)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
Co-authored-by: Terri Oda <[email protected]>
  • Loading branch information
3 people authored Sep 11, 2023
1 parent 0423788 commit 5e470d6
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 @@ -33,7 +33,7 @@ repos:
- id: gitlint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ flake8; python_version < "3.8"
flake8==6.1.0; python_version >= "3.8"
bandit==1.7.5
gitlint==v0.19.1
mypy==v1.4.1
mypy==v1.5.1
pytest>=7.2.0
pytest-xdist
pytest-cov
Expand Down

0 comments on commit 5e470d6

Please sign in to comment.