Guest User

Untitled

a guest
Nov 7th, 2024
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.09 KB | None | 0 0
  1. 2024-11-07 10:06:07.001 [info] [Trace - 10:06:07] Sending request 'textDocument/codeAction - (416)'.
  2. 2024-11-07 10:06:07.001 [info] Params: {
  3. "textDocument": {
  4. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D"
  5. },
  6. "range": {
  7. "start": {
  8. "line": 0,
  9. "character": 0
  10. },
  11. "end": {
  12. "line": 5,
  13. "character": 22
  14. }
  15. },
  16. "context": {
  17. "diagnostics": [
  18. {
  19. "range": {
  20. "start": {
  21. "line": 0,
  22. "character": 19
  23. },
  24. "end": {
  25. "line": 0,
  26. "character": 27
  27. }
  28. },
  29. "message": "\"Optional\" is not accessed",
  30. "severity": 4,
  31. "tags": [
  32. 1
  33. ],
  34. "source": "Pylance"
  35. },
  36. {
  37. "range": {
  38. "start": {
  39. "line": 2,
  40. "character": 19
  41. },
  42. "end": {
  43. "line": 2,
  44. "character": 28
  45. }
  46. },
  47. "message": "\"TypedDict\" is not accessed",
  48. "severity": 4,
  49. "tags": [
  50. 1
  51. ],
  52. "source": "Pylance"
  53. }
  54. ],
  55. "only": [
  56. "source.organizeImports"
  57. ],
  58. "triggerKind": 1
  59. }
  60. }
  61.  
  62.  
  63. 2024-11-07 10:06:07.002 [info] [Trace - 10:06:07] Sending request 'textDocument/codeAction - (417)'.
  64. 2024-11-07 10:06:07.002 [info] Params: {
  65. "textDocument": {
  66. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D"
  67. },
  68. "range": {
  69. "start": {
  70. "line": 0,
  71. "character": 0
  72. },
  73. "end": {
  74. "line": 5,
  75. "character": 22
  76. }
  77. },
  78. "context": {
  79. "diagnostics": [
  80. {
  81. "range": {
  82. "start": {
  83. "line": 0,
  84. "character": 19
  85. },
  86. "end": {
  87. "line": 0,
  88. "character": 27
  89. }
  90. },
  91. "message": "Redefinition of unused `Optional` from cell 1, line 1",
  92. "data": {
  93. "code": "F811",
  94. "edits": [
  95. {
  96. "newText": "",
  97. "range": {
  98. "end": {
  99. "character": 0,
  100. "line": 1
  101. },
  102. "start": {
  103. "character": 0,
  104. "line": 0
  105. }
  106. }
  107. }
  108. ],
  109. "kind": {
  110. "body": "Redefinition of unused `Optional` from cell 1, line 1",
  111. "name": "RedefinedWhileUnused",
  112. "suggestion": "Remove definition: `Optional`"
  113. },
  114. "noqa_edit": {
  115. "newText": " # noqa: F811\n",
  116. "range": {
  117. "end": {
  118. "character": 0,
  119. "line": 1
  120. },
  121. "start": {
  122. "character": 27,
  123. "line": 0
  124. }
  125. }
  126. }
  127. },
  128. "code": "F811",
  129. "codeDescription": {
  130. "href": "https://docs.astral.sh/ruff/rules/redefined-while-unused"
  131. },
  132. "severity": 2,
  133. "source": "Ruff"
  134. },
  135. {
  136. "range": {
  137. "start": {
  138. "line": 2,
  139. "character": 19
  140. },
  141. "end": {
  142. "line": 2,
  143. "character": 28
  144. }
  145. },
  146. "message": "Redefinition of unused `TypedDict` from cell 1, line 3",
  147. "data": {
  148. "code": "F811",
  149. "edits": [
  150. {
  151. "newText": "",
  152. "range": {
  153. "end": {
  154. "character": 0,
  155. "line": 3
  156. },
  157. "start": {
  158. "character": 0,
  159. "line": 2
  160. }
  161. }
  162. }
  163. ],
  164. "kind": {
  165. "body": "Redefinition of unused `TypedDict` from cell 1, line 3",
  166. "name": "RedefinedWhileUnused",
  167. "suggestion": "Remove definition: `TypedDict`"
  168. },
  169. "noqa_edit": {
  170. "newText": " # noqa: F811\n",
  171. "range": {
  172. "end": {
  173. "character": 0,
  174. "line": 3
  175. },
  176. "start": {
  177. "character": 28,
  178. "line": 2
  179. }
  180. }
  181. }
  182. },
  183. "code": "F811",
  184. "codeDescription": {
  185. "href": "https://docs.astral.sh/ruff/rules/redefined-while-unused"
  186. },
  187. "severity": 2,
  188. "source": "Ruff"
  189. },
  190. {
  191. "range": {
  192. "start": {
  193. "line": 0,
  194. "character": 19
  195. },
  196. "end": {
  197. "line": 0,
  198. "character": 27
  199. }
  200. },
  201. "message": "`typing.Optional` imported but unused",
  202. "data": {
  203. "code": "F401",
  204. "edits": [
  205. {
  206. "newText": "",
  207. "range": {
  208. "end": {
  209. "character": 0,
  210. "line": 1
  211. },
  212. "start": {
  213. "character": 0,
  214. "line": 0
  215. }
  216. }
  217. }
  218. ],
  219. "kind": {
  220. "body": "`typing.Optional` imported but unused",
  221. "name": "UnusedImport",
  222. "suggestion": "Remove unused import: `typing.Optional`"
  223. },
  224. "noqa_edit": {
  225. "newText": " # noqa: F401\n",
  226. "range": {
  227. "end": {
  228. "character": 0,
  229. "line": 1
  230. },
  231. "start": {
  232. "character": 27,
  233. "line": 0
  234. }
  235. }
  236. }
  237. },
  238. "code": "F401",
  239. "codeDescription": {
  240. "href": "https://docs.astral.sh/ruff/rules/unused-import"
  241. },
  242. "severity": 2,
  243. "tags": [
  244. 1
  245. ],
  246. "source": "Ruff"
  247. },
  248. {
  249. "range": {
  250. "start": {
  251. "line": 2,
  252. "character": 19
  253. },
  254. "end": {
  255. "line": 2,
  256. "character": 28
  257. }
  258. },
  259. "message": "`typing.TypedDict` imported but unused",
  260. "data": {
  261. "code": "F401",
  262. "edits": [
  263. {
  264. "newText": "",
  265. "range": {
  266. "end": {
  267. "character": 0,
  268. "line": 3
  269. },
  270. "start": {
  271. "character": 0,
  272. "line": 2
  273. }
  274. }
  275. }
  276. ],
  277. "kind": {
  278. "body": "`typing.TypedDict` imported but unused",
  279. "name": "UnusedImport",
  280. "suggestion": "Remove unused import: `typing.TypedDict`"
  281. },
  282. "noqa_edit": {
  283. "newText": " # noqa: F401\n",
  284. "range": {
  285. "end": {
  286. "character": 0,
  287. "line": 3
  288. },
  289. "start": {
  290. "character": 28,
  291. "line": 2
  292. }
  293. }
  294. }
  295. },
  296. "code": "F401",
  297. "codeDescription": {
  298. "href": "https://docs.astral.sh/ruff/rules/unused-import"
  299. },
  300. "severity": 2,
  301. "tags": [
  302. 1
  303. ],
  304. "source": "Ruff"
  305. },
  306. {
  307. "range": {
  308. "start": {
  309. "line": 0,
  310. "character": 19
  311. },
  312. "end": {
  313. "line": 0,
  314. "character": 27
  315. }
  316. },
  317. "message": "\"Optional\" is not accessed",
  318. "severity": 4,
  319. "tags": [
  320. 1
  321. ],
  322. "source": "Pylance"
  323. },
  324. {
  325. "range": {
  326. "start": {
  327. "line": 2,
  328. "character": 19
  329. },
  330. "end": {
  331. "line": 2,
  332. "character": 28
  333. }
  334. },
  335. "message": "\"TypedDict\" is not accessed",
  336. "severity": 4,
  337. "tags": [
  338. 1
  339. ],
  340. "source": "Pylance"
  341. }
  342. ],
  343. "only": [
  344. "source.organizeImports"
  345. ],
  346. "triggerKind": 1
  347. }
  348. }
  349.  
  350.  
  351. 2024-11-07 10:06:07.003 [info] [Trace - 10:06:07] Received response 'textDocument/codeAction - (416)' in 2ms.
  352. 2024-11-07 10:06:07.003 [info] Result: [
  353. {
  354. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  355. "kind": "source.organizeImports.ruff",
  356. "title": "Ruff: Organize imports"
  357. }
  358. ]
  359.  
  360.  
  361. 2024-11-07 10:06:07.004 [info] [Trace - 10:06:07] Received response 'textDocument/codeAction - (417)' in 2ms.
  362. 2024-11-07 10:06:07.004 [info] Result: [
  363. {
  364. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  365. "kind": "source.organizeImports.ruff",
  366. "title": "Ruff: Organize imports"
  367. }
  368. ]
  369.  
  370.  
  371. 2024-11-07 10:06:07.004 [info] [Trace - 10:06:07] Sending request 'codeAction/resolve - (418)'.
  372. 2024-11-07 10:06:07.004 [info] Params: {
  373. "title": "Ruff: Organize imports",
  374. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  375. "kind": "source.organizeImports.ruff"
  376. }
  377.  
  378.  
  379. 2024-11-07 10:06:07.005 [info] [Trace - 10:06:07] Sending request 'codeAction/resolve - (419)'.
  380. 2024-11-07 10:06:07.005 [info] Params: {
  381. "title": "Ruff: Organize imports",
  382. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  383. "kind": "source.organizeImports.ruff"
  384. }
  385.  
  386.  
  387. 2024-11-07 10:06:07.005 [info] [Trace - 10:06:07] Received response 'codeAction/resolve - (418)' in 1ms.
  388. 2024-11-07 10:06:07.005 [info] Result: {
  389. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  390. "edit": {
  391. "documentChanges": [
  392. {
  393. "edits": [
  394. {
  395. "newText": "from typing import Literal, Optional, TypedDict\n",
  396. "range": {
  397. "end": {
  398. "character": 0,
  399. "line": 3
  400. },
  401. "start": {
  402. "character": 0,
  403. "line": 0
  404. }
  405. }
  406. }
  407. ],
  408. "textDocument": {
  409. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  410. "version": null
  411. }
  412. },
  413. {
  414. "edits": [
  415. {
  416. "newText": "from typing import Literal, Optional, TypedDict\n",
  417. "range": {
  418. "end": {
  419. "character": 0,
  420. "line": 3
  421. },
  422. "start": {
  423. "character": 0,
  424. "line": 0
  425. }
  426. }
  427. }
  428. ],
  429. "textDocument": {
  430. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  431. "version": null
  432. }
  433. }
  434. ]
  435. },
  436. "kind": "source.organizeImports.ruff",
  437. "title": "Ruff: Organize imports"
  438. }
  439.  
  440.  
  441. 2024-11-07 10:06:07.006 [info] [Trace - 10:06:07] Received response 'codeAction/resolve - (419)' in 1ms.
  442. 2024-11-07 10:06:07.006 [info] Result: {
  443. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  444. "edit": {
  445. "documentChanges": [
  446. {
  447. "edits": [
  448. {
  449. "newText": "from typing import Literal, Optional, TypedDict\n",
  450. "range": {
  451. "end": {
  452. "character": 0,
  453. "line": 3
  454. },
  455. "start": {
  456. "character": 0,
  457. "line": 0
  458. }
  459. }
  460. }
  461. ],
  462. "textDocument": {
  463. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  464. "version": null
  465. }
  466. },
  467. {
  468. "edits": [
  469. {
  470. "newText": "from typing import Literal, Optional, TypedDict\n",
  471. "range": {
  472. "end": {
  473. "character": 0,
  474. "line": 3
  475. },
  476. "start": {
  477. "character": 0,
  478. "line": 0
  479. }
  480. }
  481. }
  482. ],
  483. "textDocument": {
  484. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  485. "version": null
  486. }
  487. }
  488. ]
  489. },
  490. "kind": "source.organizeImports.ruff",
  491. "title": "Ruff: Organize imports"
  492. }
  493.  
  494.  
  495. 2024-11-07 10:06:07.010 [info] [Trace - 10:06:07] Sending notification 'notebookDocument/didChange'.
  496. 2024-11-07 10:06:07.010 [info] Params: {
  497. "notebookDocument": {
  498. "version": 34,
  499. "uri": "file:///Users/ethancoward/Code/data-team/src/python_playground/test.ipynb"
  500. },
  501. "change": {
  502. "cells": {
  503. "textContent": [
  504. {
  505. "document": {
  506. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  507. "version": 9
  508. },
  509. "changes": [
  510. {
  511. "range": {
  512. "start": {
  513. "line": 2,
  514. "character": 16
  515. },
  516. "end": {
  517. "line": 2,
  518. "character": 18
  519. }
  520. },
  521. "rangeLength": 2,
  522. "text": "nal,"
  523. },
  524. {
  525. "range": {
  526. "start": {
  527. "line": 2,
  528. "character": 13
  529. },
  530. "end": {
  531. "line": 2,
  532. "character": 15
  533. }
  534. },
  535. "rangeLength": 2,
  536. "text": ""
  537. },
  538. {
  539. "range": {
  540. "start": {
  541. "line": 2,
  542. "character": 6
  543. },
  544. "end": {
  545. "line": 2,
  546. "character": 12
  547. }
  548. },
  549. "rangeLength": 6,
  550. "text": ""
  551. },
  552. {
  553. "range": {
  554. "start": {
  555. "line": 2,
  556. "character": 5
  557. },
  558. "end": {
  559. "line": 2,
  560. "character": 5
  561. }
  562. },
  563. "rangeLength": 0,
  564. "text": "Op"
  565. },
  566. {
  567. "range": {
  568. "start": {
  569. "line": 1,
  570. "character": 26
  571. },
  572. "end": {
  573. "line": 2,
  574. "character": 4
  575. }
  576. },
  577. "rangeLength": 5,
  578. "text": ","
  579. },
  580. {
  581. "range": {
  582. "start": {
  583. "line": 0,
  584. "character": 19
  585. },
  586. "end": {
  587. "line": 1,
  588. "character": 19
  589. }
  590. },
  591. "rangeLength": 28,
  592. "text": ""
  593. }
  594. ]
  595. }
  596. ]
  597. }
  598. }
  599. }
  600.  
  601.  
  602. 2024-11-07 10:06:07.012 [info] [Trace - 10:06:07] Received notification 'textDocument/publishDiagnostics'.
  603. 2024-11-07 10:06:07.012 [info] Params: {
  604. "diagnostics": [
  605. {
  606. "code": "F811",
  607. "codeDescription": {
  608. "href": "https://docs.astral.sh/ruff/rules/redefined-while-unused"
  609. },
  610. "data": {
  611. "code": "F811",
  612. "edits": [
  613. {
  614. "newText": "from typing import Literal, TypedDict",
  615. "range": {
  616. "end": {
  617. "character": 47,
  618. "line": 0
  619. },
  620. "start": {
  621. "character": 0,
  622. "line": 0
  623. }
  624. }
  625. }
  626. ],
  627. "kind": {
  628. "body": "Redefinition of unused `Optional` from cell 1, line 1",
  629. "name": "RedefinedWhileUnused",
  630. "suggestion": "Remove definition: `Optional`"
  631. },
  632. "noqa_edit": {
  633. "newText": " # noqa: F811\n",
  634. "range": {
  635. "end": {
  636. "character": 0,
  637. "line": 1
  638. },
  639. "start": {
  640. "character": 47,
  641. "line": 0
  642. }
  643. }
  644. }
  645. },
  646. "message": "Redefinition of unused `Optional` from cell 1, line 1",
  647. "range": {
  648. "end": {
  649. "character": 36,
  650. "line": 0
  651. },
  652. "start": {
  653. "character": 28,
  654. "line": 0
  655. }
  656. },
  657. "severity": 2,
  658. "source": "Ruff"
  659. },
  660. {
  661. "code": "F811",
  662. "codeDescription": {
  663. "href": "https://docs.astral.sh/ruff/rules/redefined-while-unused"
  664. },
  665. "data": {
  666. "code": "F811",
  667. "edits": [
  668. {
  669. "newText": "from typing import Literal, Optional",
  670. "range": {
  671. "end": {
  672. "character": 47,
  673. "line": 0
  674. },
  675. "start": {
  676. "character": 0,
  677. "line": 0
  678. }
  679. }
  680. }
  681. ],
  682. "kind": {
  683. "body": "Redefinition of unused `TypedDict` from cell 1, line 3",
  684. "name": "RedefinedWhileUnused",
  685. "suggestion": "Remove definition: `TypedDict`"
  686. },
  687. "noqa_edit": {
  688. "newText": " # noqa: F811\n",
  689. "range": {
  690. "end": {
  691. "character": 0,
  692. "line": 1
  693. },
  694. "start": {
  695. "character": 47,
  696. "line": 0
  697. }
  698. }
  699. }
  700. },
  701. "message": "Redefinition of unused `TypedDict` from cell 1, line 3",
  702. "range": {
  703. "end": {
  704. "character": 47,
  705. "line": 0
  706. },
  707. "start": {
  708. "character": 38,
  709. "line": 0
  710. }
  711. },
  712. "severity": 2,
  713. "source": "Ruff"
  714. },
  715. {
  716. "code": "F401",
  717. "codeDescription": {
  718. "href": "https://docs.astral.sh/ruff/rules/unused-import"
  719. },
  720. "data": {
  721. "code": "F401",
  722. "edits": [
  723. {
  724. "newText": "from typing import Literal",
  725. "range": {
  726. "end": {
  727. "character": 47,
  728. "line": 0
  729. },
  730. "start": {
  731. "character": 0,
  732. "line": 0
  733. }
  734. }
  735. }
  736. ],
  737. "kind": {
  738. "body": "`typing.Optional` imported but unused",
  739. "name": "UnusedImport",
  740. "suggestion": "Remove unused import"
  741. },
  742. "noqa_edit": {
  743. "newText": " # noqa: F401\n",
  744. "range": {
  745. "end": {
  746. "character": 0,
  747. "line": 1
  748. },
  749. "start": {
  750. "character": 47,
  751. "line": 0
  752. }
  753. }
  754. }
  755. },
  756. "message": "`typing.Optional` imported but unused",
  757. "range": {
  758. "end": {
  759. "character": 36,
  760. "line": 0
  761. },
  762. "start": {
  763. "character": 28,
  764. "line": 0
  765. }
  766. },
  767. "severity": 2,
  768. "source": "Ruff",
  769. "tags": [
  770. 1
  771. ]
  772. },
  773. {
  774. "code": "F401",
  775. "codeDescription": {
  776. "href": "https://docs.astral.sh/ruff/rules/unused-import"
  777. },
  778. "data": {
  779. "code": "F401",
  780. "edits": [
  781. {
  782. "newText": "from typing import Literal",
  783. "range": {
  784. "end": {
  785. "character": 47,
  786. "line": 0
  787. },
  788. "start": {
  789. "character": 0,
  790. "line": 0
  791. }
  792. }
  793. }
  794. ],
  795. "kind": {
  796. "body": "`typing.TypedDict` imported but unused",
  797. "name": "UnusedImport",
  798. "suggestion": "Remove unused import"
  799. },
  800. "noqa_edit": {
  801. "newText": " # noqa: F401\n",
  802. "range": {
  803. "end": {
  804. "character": 0,
  805. "line": 1
  806. },
  807. "start": {
  808. "character": 47,
  809. "line": 0
  810. }
  811. }
  812. }
  813. },
  814. "message": "`typing.TypedDict` imported but unused",
  815. "range": {
  816. "end": {
  817. "character": 47,
  818. "line": 0
  819. },
  820. "start": {
  821. "character": 38,
  822. "line": 0
  823. }
  824. },
  825. "severity": 2,
  826. "source": "Ruff",
  827. "tags": [
  828. 1
  829. ]
  830. }
  831. ],
  832. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  833. "version": 34
  834. }
  835.  
  836.  
  837. 2024-11-07 10:06:07.013 [info] [Trace - 10:06:07] Received notification 'textDocument/publishDiagnostics'.
  838. 2024-11-07 10:06:07.013 [info] Params: {
  839. "diagnostics": [],
  840. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  841. "version": 34
  842. }
  843.  
  844.  
  845. 2024-11-07 10:06:07.024 [info] [Trace - 10:06:07] Sending notification 'notebookDocument/didChange'.
  846. 2024-11-07 10:06:07.025 [info] Params: {
  847. "notebookDocument": {
  848. "version": 36,
  849. "uri": "file:///Users/ethancoward/Code/data-team/src/python_playground/test.ipynb"
  850. },
  851. "change": {
  852. "cells": {
  853. "textContent": [
  854. {
  855. "document": {
  856. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  857. "version": 9
  858. },
  859. "changes": [
  860. {
  861. "range": {
  862. "start": {
  863. "line": 0,
  864. "character": 0
  865. },
  866. "end": {
  867. "line": 3,
  868. "character": 0
  869. }
  870. },
  871. "rangeLength": 84,
  872. "text": "from typing import Literal, Optional, TypedDict\n"
  873. }
  874. ]
  875. }
  876. ]
  877. }
  878. }
  879. }
  880.  
  881.  
  882. 2024-11-07 10:06:07.027 [info] [Trace - 10:06:07] Received notification 'textDocument/publishDiagnostics'.
  883. 2024-11-07 10:06:07.027 [info] Params: {
  884. "diagnostics": [
  885. {
  886. "code": "F811",
  887. "codeDescription": {
  888. "href": "https://docs.astral.sh/ruff/rules/redefined-while-unused"
  889. },
  890. "data": {
  891. "code": "F811",
  892. "edits": [
  893. {
  894. "newText": "from typing import Literal, TypedDict",
  895. "range": {
  896. "end": {
  897. "character": 47,
  898. "line": 0
  899. },
  900. "start": {
  901. "character": 0,
  902. "line": 0
  903. }
  904. }
  905. }
  906. ],
  907. "kind": {
  908. "body": "Redefinition of unused `Optional` from cell 1, line 1",
  909. "name": "RedefinedWhileUnused",
  910. "suggestion": "Remove definition: `Optional`"
  911. },
  912. "noqa_edit": {
  913. "newText": " # noqa: F811\n",
  914. "range": {
  915. "end": {
  916. "character": 0,
  917. "line": 1
  918. },
  919. "start": {
  920. "character": 47,
  921. "line": 0
  922. }
  923. }
  924. }
  925. },
  926. "message": "Redefinition of unused `Optional` from cell 1, line 1",
  927. "range": {
  928. "end": {
  929. "character": 36,
  930. "line": 0
  931. },
  932. "start": {
  933. "character": 28,
  934. "line": 0
  935. }
  936. },
  937. "severity": 2,
  938. "source": "Ruff"
  939. },
  940. {
  941. "code": "F811",
  942. "codeDescription": {
  943. "href": "https://docs.astral.sh/ruff/rules/redefined-while-unused"
  944. },
  945. "data": {
  946. "code": "F811",
  947. "edits": [
  948. {
  949. "newText": "from typing import Literal, Optional",
  950. "range": {
  951. "end": {
  952. "character": 47,
  953. "line": 0
  954. },
  955. "start": {
  956. "character": 0,
  957. "line": 0
  958. }
  959. }
  960. }
  961. ],
  962. "kind": {
  963. "body": "Redefinition of unused `TypedDict` from cell 1, line 1",
  964. "name": "RedefinedWhileUnused",
  965. "suggestion": "Remove definition: `TypedDict`"
  966. },
  967. "noqa_edit": {
  968. "newText": " # noqa: F811\n",
  969. "range": {
  970. "end": {
  971. "character": 0,
  972. "line": 1
  973. },
  974. "start": {
  975. "character": 47,
  976. "line": 0
  977. }
  978. }
  979. }
  980. },
  981. "message": "Redefinition of unused `TypedDict` from cell 1, line 1",
  982. "range": {
  983. "end": {
  984. "character": 47,
  985. "line": 0
  986. },
  987. "start": {
  988. "character": 38,
  989. "line": 0
  990. }
  991. },
  992. "severity": 2,
  993. "source": "Ruff"
  994. },
  995. {
  996. "code": "F401",
  997. "codeDescription": {
  998. "href": "https://docs.astral.sh/ruff/rules/unused-import"
  999. },
  1000. "data": {
  1001. "code": "F401",
  1002. "edits": [
  1003. {
  1004. "newText": "from typing import Literal",
  1005. "range": {
  1006. "end": {
  1007. "character": 47,
  1008. "line": 0
  1009. },
  1010. "start": {
  1011. "character": 0,
  1012. "line": 0
  1013. }
  1014. }
  1015. }
  1016. ],
  1017. "kind": {
  1018. "body": "`typing.Optional` imported but unused",
  1019. "name": "UnusedImport",
  1020. "suggestion": "Remove unused import"
  1021. },
  1022. "noqa_edit": {
  1023. "newText": " # noqa: F401\n",
  1024. "range": {
  1025. "end": {
  1026. "character": 0,
  1027. "line": 1
  1028. },
  1029. "start": {
  1030. "character": 47,
  1031. "line": 0
  1032. }
  1033. }
  1034. }
  1035. },
  1036. "message": "`typing.Optional` imported but unused",
  1037. "range": {
  1038. "end": {
  1039. "character": 36,
  1040. "line": 0
  1041. },
  1042. "start": {
  1043. "character": 28,
  1044. "line": 0
  1045. }
  1046. },
  1047. "severity": 2,
  1048. "source": "Ruff",
  1049. "tags": [
  1050. 1
  1051. ]
  1052. },
  1053. {
  1054. "code": "F401",
  1055. "codeDescription": {
  1056. "href": "https://docs.astral.sh/ruff/rules/unused-import"
  1057. },
  1058. "data": {
  1059. "code": "F401",
  1060. "edits": [
  1061. {
  1062. "newText": "from typing import Literal",
  1063. "range": {
  1064. "end": {
  1065. "character": 47,
  1066. "line": 0
  1067. },
  1068. "start": {
  1069. "character": 0,
  1070. "line": 0
  1071. }
  1072. }
  1073. }
  1074. ],
  1075. "kind": {
  1076. "body": "`typing.TypedDict` imported but unused",
  1077. "name": "UnusedImport",
  1078. "suggestion": "Remove unused import"
  1079. },
  1080. "noqa_edit": {
  1081. "newText": " # noqa: F401\n",
  1082. "range": {
  1083. "end": {
  1084. "character": 0,
  1085. "line": 1
  1086. },
  1087. "start": {
  1088. "character": 47,
  1089. "line": 0
  1090. }
  1091. }
  1092. }
  1093. },
  1094. "message": "`typing.TypedDict` imported but unused",
  1095. "range": {
  1096. "end": {
  1097. "character": 47,
  1098. "line": 0
  1099. },
  1100. "start": {
  1101. "character": 38,
  1102. "line": 0
  1103. }
  1104. },
  1105. "severity": 2,
  1106. "source": "Ruff",
  1107. "tags": [
  1108. 1
  1109. ]
  1110. }
  1111. ],
  1112. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  1113. "version": 36
  1114. }
  1115.  
  1116.  
  1117. 2024-11-07 10:06:07.028 [info] [Trace - 10:06:07] Received notification 'textDocument/publishDiagnostics'.
  1118. 2024-11-07 10:06:07.028 [info] Params: {
  1119. "diagnostics": [],
  1120. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  1121. "version": 36
  1122. }
  1123.  
  1124.  
  1125. 2024-11-07 10:06:07.037 [info] [Trace - 10:06:07] Sending notification 'notebookDocument/didChange'.
  1126. 2024-11-07 10:06:07.037 [info] Params: {
  1127. "notebookDocument": {
  1128. "version": 38,
  1129. "uri": "file:///Users/ethancoward/Code/data-team/src/python_playground/test.ipynb"
  1130. },
  1131. "change": {
  1132. "cells": {
  1133. "textContent": [
  1134. {
  1135. "document": {
  1136. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  1137. "version": 10
  1138. },
  1139. "changes": [
  1140. {
  1141. "range": {
  1142. "start": {
  1143. "line": 2,
  1144. "character": 9
  1145. },
  1146. "end": {
  1147. "line": 2,
  1148. "character": 9
  1149. }
  1150. },
  1151. "rangeLength": 0,
  1152. "text": "nal,"
  1153. },
  1154. {
  1155. "range": {
  1156. "start": {
  1157. "line": 2,
  1158. "character": 6
  1159. },
  1160. "end": {
  1161. "line": 2,
  1162. "character": 9
  1163. }
  1164. },
  1165. "rangeLength": 3,
  1166. "text": ""
  1167. },
  1168. {
  1169. "range": {
  1170. "start": {
  1171. "line": 2,
  1172. "character": 5
  1173. },
  1174. "end": {
  1175. "line": 2,
  1176. "character": 5
  1177. }
  1178. },
  1179. "rangeLength": 0,
  1180. "text": "Op"
  1181. },
  1182. {
  1183. "range": {
  1184. "start": {
  1185. "line": 1,
  1186. "character": 0
  1187. },
  1188. "end": {
  1189. "line": 2,
  1190. "character": 4
  1191. }
  1192. },
  1193. "rangeLength": 5,
  1194. "text": ","
  1195. },
  1196. {
  1197. "range": {
  1198. "start": {
  1199. "line": 0,
  1200. "character": 19
  1201. },
  1202. "end": {
  1203. "line": 1,
  1204. "character": 0
  1205. }
  1206. },
  1207. "rangeLength": 29,
  1208. "text": ""
  1209. }
  1210. ]
  1211. }
  1212. ]
  1213. }
  1214. }
  1215. }
  1216.  
  1217.  
  1218. 2024-11-07 10:06:07.039 [info] [Trace - 10:06:07] Received notification 'textDocument/publishDiagnostics'.
  1219. 2024-11-07 10:06:07.039 [info] Params: {
  1220. "diagnostics": [
  1221. {
  1222. "message": "SyntaxError: Expected an import name",
  1223. "range": {
  1224. "end": {
  1225. "character": 20,
  1226. "line": 0
  1227. },
  1228. "start": {
  1229. "character": 19,
  1230. "line": 0
  1231. }
  1232. },
  1233. "severity": 1,
  1234. "source": "Ruff"
  1235. },
  1236. {
  1237. "message": "SyntaxError: Trailing comma not allowed",
  1238. "range": {
  1239. "end": {
  1240. "character": 28,
  1241. "line": 0
  1242. },
  1243. "start": {
  1244. "character": 27,
  1245. "line": 0
  1246. }
  1247. },
  1248. "severity": 1,
  1249. "source": "Ruff"
  1250. }
  1251. ],
  1252. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  1253. "version": 38
  1254. }
  1255.  
  1256.  
  1257. 2024-11-07 10:06:07.039 [info] [Trace - 10:06:07] Received notification 'textDocument/publishDiagnostics'.
  1258. 2024-11-07 10:06:07.039 [info] Params: {
  1259. "diagnostics": [],
  1260. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  1261. "version": 38
  1262. }
  1263.  
  1264.  
  1265. 2024-11-07 10:06:07.041 [info] [Trace - 10:06:07] Sending notification 'notebookDocument/didChange'.
  1266. 2024-11-07 10:06:07.041 [info] Params: {
  1267. "notebookDocument": {
  1268. "version": 40,
  1269. "uri": "file:///Users/ethancoward/Code/data-team/src/python_playground/test.ipynb"
  1270. },
  1271. "change": {
  1272. "cells": {
  1273. "textContent": [
  1274. {
  1275. "document": {
  1276. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  1277. "version": 10
  1278. },
  1279. "changes": [
  1280. {
  1281. "range": {
  1282. "start": {
  1283. "line": 0,
  1284. "character": 0
  1285. },
  1286. "end": {
  1287. "line": 3,
  1288. "character": 0
  1289. }
  1290. },
  1291. "rangeLength": 59,
  1292. "text": "from typing import Literal, Optional, TypedDict\n"
  1293. }
  1294. ]
  1295. }
  1296. ]
  1297. }
  1298. }
  1299. }
  1300.  
  1301.  
  1302. 2024-11-07 10:06:07.045 [info] [Trace - 10:06:07] Received notification 'textDocument/publishDiagnostics'.
  1303. 2024-11-07 10:06:07.045 [info] Params: {
  1304. "diagnostics": [
  1305. {
  1306. "message": "SyntaxError: Expected an import name",
  1307. "range": {
  1308. "end": {
  1309. "character": 20,
  1310. "line": 0
  1311. },
  1312. "start": {
  1313. "character": 19,
  1314. "line": 0
  1315. }
  1316. },
  1317. "severity": 1,
  1318. "source": "Ruff"
  1319. },
  1320. {
  1321. "message": "SyntaxError: Trailing comma not allowed",
  1322. "range": {
  1323. "end": {
  1324. "character": 28,
  1325. "line": 0
  1326. },
  1327. "start": {
  1328. "character": 27,
  1329. "line": 0
  1330. }
  1331. },
  1332. "severity": 1,
  1333. "source": "Ruff"
  1334. }
  1335. ],
  1336. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  1337. "version": 40
  1338. }
  1339.  
  1340.  
  1341. 2024-11-07 10:06:07.046 [info] [Trace - 10:06:07] Received notification 'textDocument/publishDiagnostics'.
  1342. 2024-11-07 10:06:07.046 [info] Params: {
  1343. "diagnostics": [],
  1344. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  1345. "version": 40
  1346. }
  1347.  
  1348.  
  1349. 2024-11-07 10:06:07.088 [info] [Trace - 10:06:07] Sending request 'textDocument/formatting - (420)'.
  1350. 2024-11-07 10:06:07.088 [info] Params: {
  1351. "textDocument": {
  1352. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D"
  1353. },
  1354. "options": {
  1355. "tabSize": 4,
  1356. "insertSpaces": true
  1357. }
  1358. }
  1359.  
  1360.  
  1361. 2024-11-07 10:06:07.089 [info] [Trace - 10:06:07] Sending request 'textDocument/formatting - (421)'.
  1362. 2024-11-07 10:06:07.089 [info] Params: {
  1363. "textDocument": {
  1364. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D"
  1365. },
  1366. "options": {
  1367. "tabSize": 4,
  1368. "insertSpaces": true
  1369. }
  1370. }
  1371.  
  1372.  
  1373. 2024-11-07 10:06:07.091 [info] [Trace - 10:06:07] Received response 'textDocument/formatting - (420)' in 3ms.
  1374. 2024-11-07 10:06:07.091 [info] Result: [
  1375. {
  1376. "newText": "\n",
  1377. "range": {
  1378. "end": {
  1379. "character": 0,
  1380. "line": 1
  1381. },
  1382. "start": {
  1383. "character": 0,
  1384. "line": 1
  1385. }
  1386. }
  1387. }
  1388. ]
  1389.  
  1390.  
  1391. 2024-11-07 10:06:07.091 [info] [Trace - 10:06:07] 1370.161473002s WARN ruff:worker:0 ruff_server::format: Unable to format document: Expected an import name at byte range 19..20
  1392.  
  1393. 2024-11-07 10:06:07.094 [info] [Trace - 10:06:07] Received response 'textDocument/formatting - (421)' in 5ms.
  1394. 2024-11-07 10:06:07.094 [info] No result returned.
  1395.  
  1396.  
  1397. 2024-11-07 10:06:07.143 [info] [Trace - 10:06:07] Sending notification 'notebookDocument/didChange'.
  1398. 2024-11-07 10:06:07.144 [info] Params: {
  1399. "notebookDocument": {
  1400. "version": 42,
  1401. "uri": "file:///Users/ethancoward/Code/data-team/src/python_playground/test.ipynb"
  1402. },
  1403. "change": {
  1404. "cells": {
  1405. "textContent": [
  1406. {
  1407. "document": {
  1408. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  1409. "version": 11
  1410. },
  1411. "changes": [
  1412. {
  1413. "range": {
  1414. "start": {
  1415. "line": 1,
  1416. "character": 0
  1417. },
  1418. "end": {
  1419. "line": 1,
  1420. "character": 0
  1421. }
  1422. },
  1423. "rangeLength": 0,
  1424. "text": "\n"
  1425. }
  1426. ]
  1427. }
  1428. ]
  1429. }
  1430. }
  1431. }
  1432.  
  1433.  
  1434. 2024-11-07 10:06:07.216 [info] [Trace - 10:06:07] Received notification 'textDocument/publishDiagnostics'.
  1435. 2024-11-07 10:06:07.216 [info] Params: {
  1436. "diagnostics": [
  1437. {
  1438. "message": "SyntaxError: Expected an import name",
  1439. "range": {
  1440. "end": {
  1441. "character": 20,
  1442. "line": 0
  1443. },
  1444. "start": {
  1445. "character": 19,
  1446. "line": 0
  1447. }
  1448. },
  1449. "severity": 1,
  1450. "source": "Ruff"
  1451. },
  1452. {
  1453. "message": "SyntaxError: Trailing comma not allowed",
  1454. "range": {
  1455. "end": {
  1456. "character": 28,
  1457. "line": 0
  1458. },
  1459. "start": {
  1460. "character": 27,
  1461. "line": 0
  1462. }
  1463. },
  1464. "severity": 1,
  1465. "source": "Ruff"
  1466. }
  1467. ],
  1468. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  1469. "version": 42
  1470. }
  1471.  
  1472.  
  1473. 2024-11-07 10:06:07.217 [info] [Trace - 10:06:07] Received notification 'textDocument/publishDiagnostics'.
  1474. 2024-11-07 10:06:07.218 [info] Params: {
  1475. "diagnostics": [],
  1476. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  1477. "version": 42
  1478. }
  1479.  
  1480.  
  1481. 2024-11-07 10:06:07.395 [info] [Trace - 10:06:07] Sending request 'textDocument/codeAction - (422)'.
  1482. 2024-11-07 10:06:07.395 [info] Params: {
  1483. "textDocument": {
  1484. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D"
  1485. },
  1486. "range": {
  1487. "start": {
  1488. "line": 2,
  1489. "character": 0
  1490. },
  1491. "end": {
  1492. "line": 2,
  1493. "character": 22
  1494. }
  1495. },
  1496. "context": {
  1497. "diagnostics": [
  1498. {
  1499. "range": {
  1500. "start": {
  1501. "line": 2,
  1502. "character": 19
  1503. },
  1504. "end": {
  1505. "line": 2,
  1506. "character": 28
  1507. }
  1508. },
  1509. "message": "\"TypedDict\" is not accessed",
  1510. "severity": 4,
  1511. "tags": [
  1512. 1
  1513. ],
  1514. "source": "Pylance"
  1515. }
  1516. ],
  1517. "triggerKind": 2
  1518. }
  1519. }
  1520.  
  1521.  
  1522. 2024-11-07 10:06:07.395 [info] [Trace - 10:06:07] Received response 'textDocument/codeAction - (422)' in 0ms.
  1523. 2024-11-07 10:06:07.396 [info] Result: [
  1524. {
  1525. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  1526. "kind": "source.fixAll.ruff",
  1527. "title": "Ruff: Fix all auto-fixable problems"
  1528. },
  1529. {
  1530. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  1531. "kind": "source.organizeImports.ruff",
  1532. "title": "Ruff: Organize imports"
  1533. }
  1534. ]
  1535.  
  1536.  
  1537. 2024-11-07 10:06:07.497 [info] [Trace - 10:06:07] Sending request 'textDocument/codeAction - (423)'.
  1538. 2024-11-07 10:06:07.497 [info] Params: {
  1539. "textDocument": {
  1540. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D"
  1541. },
  1542. "range": {
  1543. "start": {
  1544. "line": 1,
  1545. "character": 22
  1546. },
  1547. "end": {
  1548. "line": 1,
  1549. "character": 22
  1550. }
  1551. },
  1552. "context": {
  1553. "diagnostics": [],
  1554. "triggerKind": 2
  1555. }
  1556. }
  1557.  
  1558.  
  1559. 2024-11-07 10:06:07.498 [info] [Trace - 10:06:07] Received response 'textDocument/codeAction - (423)' in 1ms.
  1560. 2024-11-07 10:06:07.498 [info] Result: [
  1561. {
  1562. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  1563. "kind": "source.fixAll.ruff",
  1564. "title": "Ruff: Fix all auto-fixable problems"
  1565. },
  1566. {
  1567. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  1568. "kind": "source.organizeImports.ruff",
  1569. "title": "Ruff: Organize imports"
  1570. }
  1571. ]
  1572.  
  1573.  
  1574. 2024-11-07 10:06:08.008 [info] [Trace - 10:06:08] Sending request 'textDocument/codeAction - (424)'.
  1575. 2024-11-07 10:06:08.008 [info] Params: {
  1576. "textDocument": {
  1577. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D"
  1578. },
  1579. "range": {
  1580. "start": {
  1581. "line": 2,
  1582. "character": 0
  1583. },
  1584. "end": {
  1585. "line": 2,
  1586. "character": 22
  1587. }
  1588. },
  1589. "context": {
  1590. "diagnostics": [],
  1591. "triggerKind": 2
  1592. }
  1593. }
  1594.  
  1595.  
  1596. 2024-11-07 10:06:08.009 [info] [Trace - 10:06:08] Sending request 'textDocument/codeAction - (425)'.
  1597. 2024-11-07 10:06:08.009 [info] Params: {
  1598. "textDocument": {
  1599. "uri": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D"
  1600. },
  1601. "range": {
  1602. "start": {
  1603. "line": 1,
  1604. "character": 22
  1605. },
  1606. "end": {
  1607. "line": 1,
  1608. "character": 22
  1609. }
  1610. },
  1611. "context": {
  1612. "diagnostics": [],
  1613. "triggerKind": 2
  1614. }
  1615. }
  1616.  
  1617.  
  1618. 2024-11-07 10:06:08.010 [info] [Trace - 10:06:08] Received response 'textDocument/codeAction - (424)' in 2ms.
  1619. 2024-11-07 10:06:08.010 [info] Result: [
  1620. {
  1621. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  1622. "kind": "source.fixAll.ruff",
  1623. "title": "Ruff: Fix all auto-fixable problems"
  1624. },
  1625. {
  1626. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W2sZmlsZQ%3D%3D",
  1627. "kind": "source.organizeImports.ruff",
  1628. "title": "Ruff: Organize imports"
  1629. }
  1630. ]
  1631.  
  1632.  
  1633. 2024-11-07 10:06:08.011 [info] [Trace - 10:06:08] Received response 'textDocument/codeAction - (425)' in 2ms.
  1634. 2024-11-07 10:06:08.011 [info] Result: [
  1635. {
  1636. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  1637. "kind": "source.fixAll.ruff",
  1638. "title": "Ruff: Fix all auto-fixable problems"
  1639. },
  1640. {
  1641. "data": "vscode-notebook-cell:/Users/ethancoward/Code/data-team/src/python_playground/test.ipynb#W3sZmlsZQ%3D%3D",
  1642. "kind": "source.organizeImports.ruff",
  1643. "title": "Ruff: Organize imports"
  1644. }
  1645. ]
  1646.  
  1647.  
  1648.  
Advertisement
Add Comment
Please, Sign In to add comment