File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ exclude = [
68
68
]
69
69
quote-style = " preserve"
70
70
71
- [tool .ruff .isort ]
71
+ [tool .ruff .lint . isort ]
72
72
known-first-party = [" zmq" , " zmq_test_utils" ]
73
73
74
74
[tool .ruff .lint ]
@@ -83,7 +83,6 @@ ignore = [
83
83
" E721" , # compare types
84
84
" F841" , # unused variables
85
85
]
86
- ignore-init-module-imports = true
87
86
exclude = [" buildutils/templates/*" ]
88
87
89
88
[tool .ruff .lint .per-file-ignores ]
Original file line number Diff line number Diff line change @@ -1740,7 +1740,7 @@ def _mq_relay(
1740
1740
return rc
1741
1741
1742
1742
# send second id (id_msg) first
1743
- #!!!! always send a copy before the original !!!!
1743
+ # !!!! always send a copy before the original !!!!
1744
1744
rc = zmq_msg_copy (address (side_msg ), address (id_msg ))
1745
1745
if rc < 0 :
1746
1746
return rc
You can’t perform that action at this time.
0 commit comments