diff --git a/.editorconfig b/.editorconfig index c7a0bccfa..f69ee6f11 100644 --- a/.editorconfig +++ b/.editorconfig @@ -30,5 +30,5 @@ max_line_length = unset [{COMMIT_EDITMSG,git-revise-todo,*.jjdescription}] max_line_length = 72 -[*.yml] +[*.{toml,yml}] indent_size = 2 diff --git a/Cargo.toml b/Cargo.toml index daac3444b..21a8dbc6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,37 +44,37 @@ libc = "0.2.177" # files as of 22 April 2024. lru = "0.16.2" nix = { version = "0.31.1", default-features = false, features = [ - "event", - "fs", - "inotify", - "hostname", - "resource", - "process", - "signal", - "term", - "user", + "event", + "fs", + "inotify", + "hostname", + "resource", + "process", + "signal", + "term", + "user", ] } num-traits = "0.2.19" once_cell = "1.19.0" pcre2 = { git = "https://github.com/fish-shell/rust-pcre2", tag = "0.2.9-utf32", default-features = false, features = [ - "utf32", + "utf32", ] } phf = { version = "0.13", default-features = false } phf_codegen = "0.13" portable-atomic = { version = "1", default-features = false, features = [ - "fallback", + "fallback", ] } proc-macro2 = "1.0" rand = { version = "0.9.2", default-features = false, features = [ - "small_rng", - "thread_rng", + "small_rng", + "thread_rng", ] } regex = "1.12.3" rsconf = "0.3.0" rust-embed = { version = "8.11.0", features = [ - "deterministic-timestamps", - "include-exclude", - "interpolate-folder-path", + "deterministic-timestamps", + "include-exclude", + "interpolate-folder-path", ] } rustc_version = "0.4.1" serial_test = { version = "3", default-features = false } @@ -141,16 +141,16 @@ portable-atomic.workspace = true [target.'cfg(windows)'.dependencies] rust-embed = { workspace = true, features = [ - "deterministic-timestamps", - "debug-embed", - "include-exclude", - "interpolate-folder-path", + "deterministic-timestamps", + "debug-embed", + "include-exclude", + "interpolate-folder-path", ] } [target.'cfg(not(windows))'.dependencies] rust-embed = { workspace = true, features = [ - "deterministic-timestamps", - "include-exclude", - "interpolate-folder-path", + "deterministic-timestamps", + "include-exclude", + "interpolate-folder-path", ] } [dev-dependencies] diff --git a/deny.toml b/deny.toml index 594b337d0..4d6c486a7 100644 --- a/deny.toml +++ b/deny.toml @@ -3,22 +3,22 @@ confidence-threshold = 0.93 unused-allowed-license = "allow" # don't warn for unused licenses in this list allow = [ - "BSD-2-Clause", - "BSD-3-Clause", - "BSL-1.0", - "CC0-1.0", - "GPL-2.0", - "GPL-2.0-only", - "ISC", - "LGPL-2.0", - "LGPL-2.0-or-later", - "MIT", - "MPL-2.0", - "PSF-2.0", - "Unicode-DFS-2016", - "Unicode-3.0", - "WTFPL", - "Zlib", + "BSD-2-Clause", + "BSD-3-Clause", + "BSL-1.0", + "CC0-1.0", + "GPL-2.0", + "GPL-2.0-only", + "ISC", + "LGPL-2.0", + "LGPL-2.0-or-later", + "MIT", + "MPL-2.0", + "PSF-2.0", + "Unicode-DFS-2016", + "Unicode-3.0", + "WTFPL", + "Zlib", ] [sources.allow-org] diff --git a/pyproject.toml b/pyproject.toml index 9482789f3..65a85dfed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ dependencies = [] [dependency-groups] dev = [ - "sphinx>=9.1", # updatecli.d/python.yml - "sphinx-markdown-builder", + "sphinx>=9.1", # updatecli.d/python.yml + "sphinx-markdown-builder", ] [tool.uv.sources]