Commit dec9b73
committed
Merge branch 'dcreager/merge-arguments' into dcreager/splat
* dcreager/merge-arguments: (223 commits)
fix docs
Combine CallArguments and CallArgumentTypes
[ty] Sync vendored typeshed stubs (#19334)
[`refurb`] Make example error out-of-the-box (`FURB122`) (#19297)
[refurb] Make example error out-of-the-box (FURB177) (#19309)
[ty] ignore errors when reformatting codemodded typeshed (#19332)
[ty] Provide docstrings for stdlib APIs when hovering over them in an IDE (#19311)
[ty] Add virtual files to the only project database (#19322)
Add t-string fixtures for rules that do not need to be modified (#19146)
[ty] Remove `FileLookupError` (#19323)
[ty] Fix handling of metaclasses in `object.<CURSOR>` completions
[ty] Use an interval map for scopes by expression (#19025)
[ty] List all `enum` members (#19283)
[ty] Handle configuration errors in LSP more gracefully (#19262)
[ty] Use python version and path from Python extension (#19012)
[`pep8_naming`] Avoid false positives on standard library functions with uppercase names (`N802`) (#18907)
Update Rust crate toml to 0.9.0 (#19320)
[ty] Fix server version (#19284)
Update NPM Development dependencies (#19319)
Update taiki-e/install-action action to v2.56.13 (#19317)
...File tree
1,168 files changed
+112993
-16736
lines changed- .github
- workflows
- crates
- ruff_annotate_snippets/src/renderer
- ruff_benchmark/benches
- ruff_db
- src
- diagnostic
- render
- snapshots
- system
- vendored
- ruff_dev
- src
- ruff_diagnostics
- src
- ruff_graph/src
- ruff_index/src
- ruff_linter
- resources/test/fixtures
- flake8_bandit
- flake8_bugbear
- flake8_comprehensions
- flake8_django
- flake8_executable
- flake8_gettext
- flake8_logging_format
- flake8_pie
- flake8_pytest_style
- flake8_return
- flake8_simplify
- flake8_type_checking
- flake8_unused_arguments
- flake8_use_pathlib
- isort/required_imports
- pep8_naming
- perflint
- pycodestyle
- pydocstyle
- pylint
- pyupgrade
- refurb
- ruff
- src
- checkers
- ast
- analyze
- fix
- importer
- message
- rules
- airflow/rules
- flake8_async/rules
- flake8_bandit
- rules
- snapshots
- flake8_bugbear
- rules
- snapshots
- flake8_commas
- rules
- snapshots
- flake8_comprehensions
- rules
- snapshots
- flake8_datetimez/rules
- flake8_django
- rules
- snapshots
- flake8_executable
- rules
- snapshots
- flake8_gettext/snapshots
- flake8_implicit_str_concat/snapshots
- flake8_logging_format/snapshots
- flake8_pie/snapshots
- flake8_pyi/rules
- flake8_pytest_style
- rules
- snapshots
- flake8_quotes/rules
- flake8_return
- rules
- snapshots
- flake8_simplify
- rules
- snapshots
- flake8_type_checking
- rules
- snapshots
- flake8_unused_arguments/snapshots
- flake8_use_pathlib
- rules
- snapshots
- isort
- snapshots
- pep8_naming
- rules
- snapshots
- perflint
- rules
- snapshots
- pycodestyle
- rules/logical_lines
- snapshots
- pydoclint/rules
- pydocstyle
- rules
- snapshots
- pyflakes
- rules
- pylint
- rules
- snapshots
- pyupgrade
- rules
- pep695
- snapshots
- refurb/rules
- ruff
- rules
- snapshots
- ruff_macros/src
- ruff_python_ast
- src
- ruff_python_formatter/src
- pattern
- ruff_python_parser/src
- ruff_python_semantic/src
- ruff_server
- src
- server
- api
- schedule/thread
- ruff_wasm
- src
- ruff_workspace/src
- ruff
- src
- commands
- tests
- snapshots
- ty_ide
- src
- ty_project/src
- db
- metadata
- watch
- ty_python_semantic
- resources
- corpus
- mdtest
- annotations
- call
- dataclasses
- directives
- generics/legacy
- import
- narrow
- scopes
- snapshots
- type_properties
- type_qualifiers
- primer
- src
- module_resolver
- semantic_index
- use_def
- types
- call
- property_tests
- util
- tests
- ty_server
- src
- document
- server
- api
- notifications
- requests
- schedule
- thread
- session
- ty_static
- src
- ty_test
- src
- ty_vendored
- src
- ty_extensions
- vendor/typeshed
- stdlib
- asyncio
- collections
- compression
- _common
- bz2
- gzip
- lzma
- zlib
- zstd
- concurrent/futures
- ctypes
- macholib
- curses
- dbm
- distutils
- command
- email
- mime
- encodings
- ensurepip
- html
- http
- importlib
- metadata
- resources
- json
- lib2to3
- fixes
- pgen2
- logging
- multiprocessing
- os
- pathlib
- pyexpat
- sqlite3
- string
- sys
- tkinter
- unittest
- urllib
- venv
- wsgiref
- xmlrpc
- xml
- dom
- etree
- parsers
- expat
- sax
- zipfile
- _path
- zoneinfo
- ty_wasm/src
- ty
- docs
- src
- tests
- cli
- docs
- fuzz
- fuzz_targets
- playground
- api
- ty
- src/Editor
- scripts
- benchmarks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,168 files changed
+112993
-16736
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
| 438 | + | |
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
| 410 | + | |
419 | 411 | | |
420 | 412 | | |
421 | | - | |
422 | 413 | | |
423 | | - | |
| 414 | + | |
424 | 415 | | |
425 | 416 | | |
426 | 417 | | |
| |||
432 | 423 | | |
433 | 424 | | |
434 | 425 | | |
435 | | - | |
| 426 | + | |
436 | 427 | | |
437 | 428 | | |
438 | 429 | | |
| |||
460 | 451 | | |
461 | 452 | | |
462 | 453 | | |
463 | | - | |
| 454 | + | |
464 | 455 | | |
465 | 456 | | |
466 | 457 | | |
| |||
494 | 485 | | |
495 | 486 | | |
496 | 487 | | |
497 | | - | |
| 488 | + | |
498 | 489 | | |
499 | 490 | | |
500 | 491 | | |
| |||
661 | 652 | | |
662 | 653 | | |
663 | 654 | | |
664 | | - | |
| 655 | + | |
665 | 656 | | |
666 | 657 | | |
667 | 658 | | |
| |||
708 | 699 | | |
709 | 700 | | |
710 | 701 | | |
711 | | - | |
| 702 | + | |
712 | 703 | | |
713 | 704 | | |
714 | 705 | | |
715 | | - | |
| 706 | + | |
716 | 707 | | |
717 | 708 | | |
718 | 709 | | |
| |||
731 | 722 | | |
732 | 723 | | |
733 | 724 | | |
734 | | - | |
735 | | - | |
| 725 | + | |
| 726 | + | |
736 | 727 | | |
737 | 728 | | |
738 | 729 | | |
| |||
765 | 756 | | |
766 | 757 | | |
767 | 758 | | |
768 | | - | |
| 759 | + | |
769 | 760 | | |
770 | 761 | | |
771 | 762 | | |
| |||
774 | 765 | | |
775 | 766 | | |
776 | 767 | | |
777 | | - | |
| 768 | + | |
778 | 769 | | |
779 | 770 | | |
780 | 771 | | |
| |||
804 | 795 | | |
805 | 796 | | |
806 | 797 | | |
807 | | - | |
| 798 | + | |
808 | 799 | | |
809 | 800 | | |
810 | 801 | | |
| |||
874 | 865 | | |
875 | 866 | | |
876 | 867 | | |
877 | | - | |
| 868 | + | |
878 | 869 | | |
879 | 870 | | |
880 | 871 | | |
| |||
905 | 896 | | |
906 | 897 | | |
907 | 898 | | |
908 | | - | |
909 | | - | |
| 899 | + | |
| 900 | + | |
910 | 901 | | |
911 | 902 | | |
912 | 903 | | |
913 | 904 | | |
914 | 905 | | |
915 | | - | |
| 906 | + | |
916 | 907 | | |
917 | 908 | | |
918 | 909 | | |
919 | 910 | | |
920 | 911 | | |
921 | 912 | | |
922 | 913 | | |
923 | | - | |
| 914 | + | |
924 | 915 | | |
925 | 916 | | |
926 | 917 | | |
| |||
938 | 929 | | |
939 | 930 | | |
940 | 931 | | |
941 | | - | |
942 | | - | |
| 932 | + | |
| 933 | + | |
943 | 934 | | |
944 | 935 | | |
945 | 936 | | |
946 | 937 | | |
947 | 938 | | |
948 | | - | |
| 939 | + | |
949 | 940 | | |
950 | 941 | | |
951 | 942 | | |
952 | 943 | | |
953 | 944 | | |
954 | 945 | | |
955 | 946 | | |
956 | | - | |
| 947 | + | |
957 | 948 | | |
958 | 949 | | |
959 | 950 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments