Skip to content

Commit

Permalink
update pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Jun 17, 2024
1 parent 864a011 commit 7f5cd93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ repos:
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.8
rev: v0.4.9
hooks:
- id: ruff
exclude: '/qtgui_rc.py$|tests/'
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
exclude: '/qtgui_rc.py$|tests/'

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
exclude: '/qtgui_rc.py$'
Expand Down

0 comments on commit 7f5cd93

Please sign in to comment.