Skip to content

Commit

Permalink
update ruff to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Nov 16, 2024
1 parent a4cb2ac commit 69be531
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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.7.3
rev: v0.7.4
hooks:
- id: ruff
exclude: '/qtgui_rc.py$|tests/'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test = [
'pytest-cov==6.0.0',
'pytest-qt==4.4.0 ; sys_platform == "win32"',
'pytest-randomly==3.16.0',
'ruff==0.7.3',
'ruff==0.7.4',
'types-cffi==1.16.0.20240331',
'types-pillow==10.2.0.20240822',
'types-psutil==6.1.0.20241102',
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest-codspeed==3.0.0
pytest-cov==6.0.0
pytest-qt==4.4.0; sys_platform == "win32"
pytest-randomly==3.16.0
ruff==0.7.3
ruff==0.7.4
types-cffi==1.16.0.20240331
types-Pillow==10.2.0.20240822
types-psutil==6.1.0.20241102
Expand Down

0 comments on commit 69be531

Please sign in to comment.