Skip to content

Commit 9d546e6

Browse files
committed
Merge branch 'main' of github.com:v12ganesh/tm_devices into ganesh12/new_commands_added
2 parents 4850cd6 + 73aea27 commit 9d546e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ repos:
152152
pass_filenames: false
153153
args: [scripts/generate_schema.py]
154154
- repo: https://github.com/astral-sh/ruff-pre-commit
155-
rev: 3d44372123ca5e8617fdb65d9f11facd159b9e95 # frozen: v0.12.3
155+
rev: 6c5418a077bd954e7078087a655421b85772095b # frozen: v0.12.4
156156
hooks:
157157
- id: ruff-check
158158
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ poetry-pre-commit-plugin = "^0.2.2"
111111
pre-commit = "^4.2"
112112
pylint = "3.3.7"
113113
pyright = {extras = ["nodejs"], version = "1.1.403"}
114-
pyroma = "^4.2"
114+
pyroma = "^5.0"
115115
tox = "^4.0"
116116
tox-gh-actions = "^3.1.0"
117117
twine = "^6.0.1"
@@ -157,7 +157,7 @@ pytest-github-report = "^0.0.1"
157157
pytest-html = "^4.1.1"
158158
pytest-order = "^1.2.1"
159159
pytest-repeat = "^0.9.4"
160-
ruff = "0.12.3"
160+
ruff = "0.12.4"
161161

162162
[tool.poetry.scripts]
163163
list-visa-resources = "tm_devices:print_available_visa_devices"

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pytest-repeat==0.9.4 ; python_full_version >= "3.9.2" and python_version < "3.14
4040
python-dateutil==2.9.0.post0 ; python_full_version >= "3.9.2" and python_version < "3.14"
4141
pytz==2025.2 ; python_full_version >= "3.9.2" and python_version < "3.14"
4242
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"
4444
setuptools==80.9.0 ; python_full_version >= "3.9.2" and python_version < "3.14"
4545
six==1.17.0 ; python_full_version >= "3.9.2" and python_version < "3.14"
4646
soupsieve==2.7 ; python_full_version >= "3.9.2" and python_version < "3.14"

0 commit comments

Comments
 (0)