Skip to content

Commit

Permalink
chore: update pre-commit config (#4664)
Browse files Browse the repository at this point in the history
* chore: update pre-commit config

* chore: keep old versions for python 3.8

---------

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
3 people authored Jan 2, 2025
1 parent e91de23 commit a874fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
exclude: ^fuzz/generated/

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
exclude: ^fuzz/generated/
Expand All @@ -46,7 +46,7 @@ repos:
- id: gitlint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.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 @@ -10,7 +10,7 @@ bandit==1.7.10; python_version <= "3.8"
bandit==1.8.0; python_version > "3.8"
gitlint==v0.19.1
interrogate
mypy==v1.13.0
mypy==v1.14.1
pytest>=7.2.0
pytest-xdist
pytest-cov
Expand Down

0 comments on commit a874fc0

Please sign in to comment.