File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ repos:
152
152
pass_filenames : false
153
153
args : [scripts/generate_schema.py]
154
154
- repo : https://github.com/astral-sh/ruff-pre-commit
155
- rev : 3d44372123ca5e8617fdb65d9f11facd159b9e95 # frozen: v0.12.3
155
+ rev : 6c5418a077bd954e7078087a655421b85772095b # frozen: v0.12.4
156
156
hooks :
157
157
- id : ruff-check
158
158
args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ poetry-pre-commit-plugin = "^0.2.2"
111
111
pre-commit = " ^4.2"
112
112
pylint = " 3.3.7"
113
113
pyright = {extras = [" nodejs" ], version = " 1.1.403" }
114
- pyroma = " ^4.2 "
114
+ pyroma = " ^5.0 "
115
115
tox = " ^4.0"
116
116
tox-gh-actions = " ^3.1.0"
117
117
twine = " ^6.0.1"
@@ -157,7 +157,7 @@ pytest-github-report = "^0.0.1"
157
157
pytest-html = " ^4.1.1"
158
158
pytest-order = " ^1.2.1"
159
159
pytest-repeat = " ^0.9.4"
160
- ruff = " 0.12.3 "
160
+ ruff = " 0.12.4 "
161
161
162
162
[tool .poetry .scripts ]
163
163
list-visa-resources = " tm_devices:print_available_visa_devices"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ pytest-repeat==0.9.4 ; python_full_version >= "3.9.2" and python_version < "3.14
40
40
python-dateutil == 2.9.0.post0 ; python_full_version >= "3.9.2" and python_version < "3.14"
41
41
pytz == 2025.2 ; python_full_version >= "3.9.2" and python_version < "3.14"
42
42
requests == 2.32.4 ; python_full_version >= "3.9.2" and python_version < "3.14"
43
- ruff == 0.12.3 ; python_full_version >= "3.9.2" and python_version < "3.14"
43
+ ruff == 0.12.4 ; python_full_version >= "3.9.2" and python_version < "3.14"
44
44
setuptools == 80.9.0 ; python_full_version >= "3.9.2" and python_version < "3.14"
45
45
six == 1.17.0 ; python_full_version >= "3.9.2" and python_version < "3.14"
46
46
soupsieve == 2.7 ; python_full_version >= "3.9.2" and python_version < "3.14"
You can’t perform that action at this time.
0 commit comments