Skip to content

Commit 1d92d66

Browse files
authored
Merge branch 'main' into sq-S1244
2 parents abe3dda + e196c2a commit 1d92d66

File tree

1,475 files changed

+35217
-12297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,475 files changed

+35217
-12297
lines changed

.cargo/config.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ benchmark = "bench -p ruff_benchmark --bench linter --bench formatter --"
88
# See: https://github.com/astral-sh/ruff/issues/11503
99
[target.'cfg(all(target_env="msvc", target_os = "windows"))']
1010
rustflags = ["-C", "target-feature=+crt-static"]
11-
12-
[target.'wasm32-unknown-unknown']
13-
# See https://docs.rs/getrandom/latest/getrandom/#webassembly-support
14-
rustflags = ["--cfg", 'getrandom_backend="wasm_js"']

.config/nextest.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Define serial test group for running tests sequentially.
2+
[test-groups]
3+
serial = { max-threads = 1 }
4+
5+
# Run ty file watching tests sequentially to avoid race conditions.
6+
[[profile.default.overrides]]
7+
filter = 'binary(file_watching)'
8+
test-group = 'serial'
9+
110
[profile.ci]
211
# Print out output for failing tests as soon as they fail, and also at the end
312
# of the run (for easy scrollability).

.editorconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ indent_style = space
1010
insert_final_newline = true
1111
indent_size = 2
1212

13-
[*.{rs,py,pyi}]
13+
[*.{rs,py,pyi,toml}]
1414
indent_size = 4
1515

1616
[*.snap]
1717
trim_trailing_whitespace = false
1818

1919
[*.md]
2020
max_line_length = 100
21-
22-
[*.toml]
23-
indent_size = 4

0 commit comments

Comments
 (0)