typos 1.35.2__tar.gz → 1.35.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of typos might be problematic. Click here for more details.
- {typos-1.35.2 → typos-1.35.4}/Cargo.lock +2 -2
- {typos-1.35.2 → typos-1.35.4}/PKG-INFO +1 -1
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/Cargo.toml +1 -1
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/src/file_type_specifics.rs +2 -1
- {typos-1.35.2 → typos-1.35.4}/crates/typos-dict/Cargo.toml +1 -1
- {typos-1.35.2 → typos-1.35.4}/crates/typos-dict/src/word_codegen.rs +1 -4
- {typos-1.35.2 → typos-1.35.4}/Cargo.toml +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/dictgen/Cargo.toml +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/dictgen/src/aho_corasick.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/dictgen/src/gen.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/dictgen/src/insensitive.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/dictgen/src/lib.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/dictgen/src/map.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/dictgen/src/match.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/dictgen/src/ordered_map.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/dictgen/src/trie.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos/Cargo.toml +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos/README.md +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos/src/check.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos/src/dict.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos/src/lib.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos/src/tokens.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/README.md +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/src/bin/typos-cli/args.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/src/bin/typos-cli/main.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/src/bin/typos-cli/report.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/src/config.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/src/default_types.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/src/dict.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/src/file.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/src/file_type.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/src/lib.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/src/policy.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/src/report.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/tests/cmd/en-us.in/README.md +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-cli/tests/cmd/false-positives.in/README.md +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-dict/README.md +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-dict/src/lib.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-vars/Cargo.toml +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-vars/README.md +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-vars/src/lib.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/typos-vars/src/vars_codegen.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/varcon/Cargo.toml +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/varcon/README.md +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/varcon/src/codegen.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/varcon/src/lib.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/varcon-core/Cargo.toml +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/varcon-core/README.md +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/varcon-core/src/borrowed.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/varcon-core/src/lib.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/crates/varcon-core/src/parser.rs +0 -0
- {typos-1.35.2 → typos-1.35.4}/pyproject.toml +0 -0
|
@@ -1537,7 +1537,7 @@ dependencies = [
|
|
|
1537
1537
|
|
|
1538
1538
|
[[package]]
|
|
1539
1539
|
name = "typos-cli"
|
|
1540
|
-
version = "1.35.
|
|
1540
|
+
version = "1.35.4"
|
|
1541
1541
|
dependencies = [
|
|
1542
1542
|
"ahash",
|
|
1543
1543
|
"anstream",
|
|
@@ -1586,7 +1586,7 @@ dependencies = [
|
|
|
1586
1586
|
|
|
1587
1587
|
[[package]]
|
|
1588
1588
|
name = "typos-dict"
|
|
1589
|
-
version = "0.13.
|
|
1589
|
+
version = "0.13.1"
|
|
1590
1590
|
dependencies = [
|
|
1591
1591
|
"codegenrs",
|
|
1592
1592
|
"csv",
|
|
@@ -70,7 +70,8 @@ pub(crate) const TYPE_SPECIFIC_DICTS: &[(&str, StaticDictConfig)] = &[
|
|
|
70
70
|
"rust",
|
|
71
71
|
StaticDictConfig {
|
|
72
72
|
ignore_idents: &[
|
|
73
|
-
"flate2",
|
|
73
|
+
"flate2", // https://crates.io/crates/flate2
|
|
74
|
+
"ratatui", // https://crates.io/crates/ratatui
|
|
74
75
|
],
|
|
75
76
|
ignore_words: &[
|
|
76
77
|
"ser", // serde::ser, serde_json::ser, etc.
|
|
@@ -63767,10 +63767,7 @@ pub static WORD: dictgen::Map<dictgen::InsensitiveStr<'static>, &[&str]> = dictg
|
|
|
63767
63767
|
),
|
|
63768
63768
|
(dictgen::InsensitiveStr::Ascii("centerns"), &["centers"]),
|
|
63769
63769
|
(dictgen::InsensitiveStr::Ascii("horriblely"), &["horribly"]),
|
|
63770
|
-
(
|
|
63771
|
-
dictgen::InsensitiveStr::Ascii("extrating"),
|
|
63772
|
-
&["exctracting", "extracting"],
|
|
63773
|
-
),
|
|
63770
|
+
(dictgen::InsensitiveStr::Ascii("extrating"), &["extracting"]),
|
|
63774
63771
|
(
|
|
63775
63772
|
dictgen::InsensitiveStr::Ascii("replased"),
|
|
63776
63773
|
&["relapsed", "replaced", "rephased"],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|