Skip to content

Commit

Permalink
Update mypy and ruff pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Jun 25, 2024
1 parent 50851de commit 4d324d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ repos:
exclude: 'qtgui_rc.py'

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
exclude: '/qt_gui\.py$|/qtgui_rc\.py$|tests/|generate_ver_file\.py$'
additional_dependencies: [types-cffi, types-Pillow, types-psutil, types-pyinstaller, types-PyYAML, types-requests, lxml]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.4.10
hooks:
- id: ruff
exclude: '/qtgui_rc.py$|tests/'
Expand Down

0 comments on commit 4d324d6

Please sign in to comment.