Commit 0f47e9e
committed
Merge branch 'main' into dcreager/tuple-spec
* main: (68 commits)
Unify `OldDiagnostic` and `Message` (#18391)
[`pylint`] Detect more exotic NaN literals in `PLW0177` (#18630)
[`flake8-async`] Mark autofix for `ASYNC115` as unsafe if the call expression contains comments (#18753)
[`flake8-bugbear`] Mark autofix for `B004` as unsafe if the `hasattr` call expr contains comments (#18755)
Enforce `pytest` import for decorators (#18779)
[`flake8-comprehension`] Mark autofix for `C420` as unsafe if there's comments inside the dict comprehension (#18768)
[flake8-async] fix detection for large integer sleep durations in `ASYNC116` rule (#18767)
Update dependency ruff to v0.12.0 (#18790)
Update taiki-e/install-action action to v2.53.2 (#18789)
Add lint rule for calling chmod with non-octal integers (#18541)
Mark `RET501` fix unsafe if comments are inside (#18780)
Use `LintContext::report_diagnostic_if_enabled` in `check_tokens` (#18769)
[UP008]: use `super()`, not `__super__` in error messages (#18743)
Use Depot Windows runners for `cargo test` (#18754)
Run ty benchmarks when `ruff_benchmark` changes (#18758)
Disallow newlines in format specifiers of single quoted f- or t-strings (#18708)
[ty] Add more benchmarks (#18714)
[ty] Anchor all exclude patterns (#18685)
Include changelog reference for other major versions (#18745)
Use updated pre-commit id (#18718)
...File tree
316 files changed
+11535
-9825
lines changed- .github
- workflows
- changelogs
- crates
- ruff_benchmark
- benches
- src
- ruff_db/src
- system
- ruff_linter
- resources/test/fixtures
- flake8_async
- flake8_bugbear
- flake8_comprehensions
- flake8_pytest_style
- flake8_return
- pylint
- ruff
- src
- checkers
- ast
- analyze
- fix
- linter
- message
- rules
- airflow
- eradicate
- rules
- fastapi
- flake8_2020
- flake8_annotations
- flake8_async
- rules
- snapshots
- flake8_bandit
- rules
- snapshots
- flake8_blind_except
- flake8_boolean_trap
- rules
- snapshots
- flake8_bugbear
- rules
- snapshots
- flake8_builtins
- flake8_commas
- rules
- flake8_comprehensions
- rules
- snapshots
- flake8_copyright
- flake8_datetimez
- flake8_debugger
- flake8_django
- flake8_errmsg
- flake8_executable
- rules
- flake8_fixme
- rules
- flake8_future_annotations
- flake8_gettext
- flake8_implicit_str_concat
- rules
- flake8_import_conventions
- flake8_logging_format
- flake8_logging
- flake8_no_pep420
- flake8_pie
- flake8_print
- flake8_pyi
- rules
- snapshots
- flake8_pytest_style
- rules
- snapshots
- flake8_quotes
- flake8_raise
- flake8_return
- rules
- snapshots
- flake8_self
- flake8_simplify
- rules
- snapshots
- flake8_slots
- flake8_tidy_imports
- flake8_todos
- rules
- flake8_type_checking
- flake8_unused_arguments
- flake8_use_pathlib
- flynt
- isort
- mccabe
- numpy
- pandas_vet
- rules
- pep8_naming
- perflint
- pycodestyle
- rules
- logical_lines
- pydoclint
- pydocstyle
- pyflakes
- pygrep_hooks
- rules
- pylint
- rules
- snapshots
- pyupgrade
- rules
- pep695
- snapshots
- refurb
- rules
- snapshots
- ruff
- rules
- snapshots
- tryceratops
- ruff_macros/src
- ruff_python_formatter
- resources/test/fixtures
- black/cases
- ruff/expression
- src
- comments
- other
- string
- tests
- snapshots
- ruff_python_parser
- src
- snapshots
- tests/snapshots
- ruff_server/src
- ruff_wasm
- src
- tests
- ruff_workspace/src
- ruff
- src
- commands
- tests
- ty_ide/src
- ty_project/src
- glob
- metadata
- ty_python_semantic
- resources
- mdtest
- annotations
- binary
- call
- import
- narrow
- conditionals
- primer
- src
- semantic_index
- use_def
- types
- call
- ty_server/src
- server/api/requests
- session
- ty
- docs
- src
- tests/cli
- docs
- fuzz/fuzz_targets
- scripts/benchmarks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
316 files changed
+11535
-9825
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
242 | | - | |
| 243 | + | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
246 | | - | |
| 247 | + | |
247 | 248 | | |
248 | 249 | | |
249 | 250 | | |
| |||
297 | 298 | | |
298 | 299 | | |
299 | 300 | | |
300 | | - | |
| 301 | + | |
301 | 302 | | |
302 | 303 | | |
303 | 304 | | |
304 | | - | |
| 305 | + | |
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
| |||
312 | 313 | | |
313 | 314 | | |
314 | 315 | | |
315 | | - | |
| 316 | + | |
316 | 317 | | |
317 | 318 | | |
318 | 319 | | |
| |||
324 | 325 | | |
325 | 326 | | |
326 | 327 | | |
327 | | - | |
| 328 | + | |
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
| |||
407 | 408 | | |
408 | 409 | | |
409 | 410 | | |
410 | | - | |
| 411 | + | |
411 | 412 | | |
412 | 413 | | |
413 | 414 | | |
414 | | - | |
| 415 | + | |
415 | 416 | | |
416 | 417 | | |
417 | 418 | | |
| |||
893 | 894 | | |
894 | 895 | | |
895 | 896 | | |
896 | | - | |
| 897 | + | |
897 | 898 | | |
898 | 899 | | |
899 | 900 | | |
| |||
905 | 906 | | |
906 | 907 | | |
907 | 908 | | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
908 | 943 | | |
909 | 944 | | |
910 | 945 | | |
911 | 946 | | |
912 | 947 | | |
913 | | - | |
| 948 | + | |
914 | 949 | | |
915 | 950 | | |
916 | 951 | | |
917 | 952 | | |
918 | | - | |
| 953 | + | |
919 | 954 | | |
920 | 955 | | |
921 | 956 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
3 | 37 | | |
4 | 38 | | |
5 | 39 | | |
| |||
0 commit comments