typos 1.37.0__tar.gz → 1.37.1__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.37.0 → typos-1.37.1}/Cargo.lock +2 -2
- {typos-1.37.0 → typos-1.37.1}/PKG-INFO +1 -1
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/Cargo.toml +1 -1
- {typos-1.37.0 → typos-1.37.1}/crates/typos-dict/Cargo.toml +1 -1
- {typos-1.37.0 → typos-1.37.1}/crates/typos-dict/src/word_codegen.rs +6 -12
- {typos-1.37.0 → typos-1.37.1}/Cargo.toml +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/dictgen/Cargo.toml +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/dictgen/src/aho_corasick.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/dictgen/src/gen.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/dictgen/src/insensitive.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/dictgen/src/lib.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/dictgen/src/map.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/dictgen/src/match.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/dictgen/src/ordered_map.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/dictgen/src/trie.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos/Cargo.toml +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos/README.md +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos/src/check.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos/src/dict.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos/src/lib.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos/src/tokens.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/README.md +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/src/bin/typos-cli/args.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/src/bin/typos-cli/main.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/src/bin/typos-cli/report.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/src/config.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/src/default_types.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/src/dict.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/src/file.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/src/file_type.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/src/file_type_specifics.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/src/lib.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/src/policy.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/src/report.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/tests/cmd/en-us.in/README.md +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/tests/cmd/false-positives.in/README.md +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-cli/tests/cmd/filename-typo.in/README.md +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-dict/README.md +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-dict/src/lib.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-vars/Cargo.toml +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-vars/README.md +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-vars/src/lib.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/typos-vars/src/vars_codegen.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/varcon/Cargo.toml +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/varcon/README.md +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/varcon/src/codegen.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/varcon/src/lib.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/varcon-core/Cargo.toml +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/varcon-core/README.md +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/varcon-core/src/borrowed.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/varcon-core/src/lib.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/crates/varcon-core/src/parser.rs +0 -0
- {typos-1.37.0 → typos-1.37.1}/pyproject.toml +0 -0
|
@@ -1572,7 +1572,7 @@ dependencies = [
|
|
|
1572
1572
|
|
|
1573
1573
|
[[package]]
|
|
1574
1574
|
name = "typos-cli"
|
|
1575
|
-
version = "1.37.
|
|
1575
|
+
version = "1.37.1"
|
|
1576
1576
|
dependencies = [
|
|
1577
1577
|
"ahash",
|
|
1578
1578
|
"annotate-snippets",
|
|
@@ -1621,7 +1621,7 @@ dependencies = [
|
|
|
1621
1621
|
|
|
1622
1622
|
[[package]]
|
|
1623
1623
|
name = "typos-dict"
|
|
1624
|
-
version = "0.13.
|
|
1624
|
+
version = "0.13.6"
|
|
1625
1625
|
dependencies = [
|
|
1626
1626
|
"codegenrs",
|
|
1627
1627
|
"csv",
|
|
@@ -101625,10 +101625,7 @@ pub static WORD: dictgen::Map<dictgen::InsensitiveStr<'static>, &[&str]> = dictg
|
|
|
101625
101625
|
dictgen::InsensitiveStr::Ascii("calulus"),
|
|
101626
101626
|
&["calculus", "callus"],
|
|
101627
101627
|
),
|
|
101628
|
-
(
|
|
101629
|
-
dictgen::InsensitiveStr::Ascii("exicutes"),
|
|
101630
|
-
&["", "executes"],
|
|
101631
|
-
),
|
|
101628
|
+
(dictgen::InsensitiveStr::Ascii("exicutes"), &["executes"]),
|
|
101632
101629
|
(dictgen::InsensitiveStr::Ascii("collions"), &["collisions"]),
|
|
101633
101630
|
(
|
|
101634
101631
|
dictgen::InsensitiveStr::Ascii("custumisations"),
|
|
@@ -104165,7 +104162,7 @@ pub static WORD: dictgen::Map<dictgen::InsensitiveStr<'static>, &[&str]> = dictg
|
|
|
104165
104162
|
dictgen::InsensitiveStr::Ascii("transulcent"),
|
|
104166
104163
|
&["translucent"],
|
|
104167
104164
|
),
|
|
104168
|
-
(dictgen::InsensitiveStr::Ascii("exicute"), &["
|
|
104165
|
+
(dictgen::InsensitiveStr::Ascii("exicute"), &["execute"]),
|
|
104169
104166
|
(dictgen::InsensitiveStr::Ascii("deamons"), &["daemons"]),
|
|
104170
104167
|
(dictgen::InsensitiveStr::Ascii("nautres"), &["natures"]),
|
|
104171
104168
|
(dictgen::InsensitiveStr::Ascii("trinkes"), &["trinkets"]),
|
|
@@ -107006,10 +107003,7 @@ pub static WORD: dictgen::Map<dictgen::InsensitiveStr<'static>, &[&str]> = dictg
|
|
|
107006
107003
|
(dictgen::InsensitiveStr::Ascii("ggod"), &["good"]),
|
|
107007
107004
|
(dictgen::InsensitiveStr::Ascii("modukles"), &["modules"]),
|
|
107008
107005
|
(dictgen::InsensitiveStr::Ascii("skept"), &["skipped"]),
|
|
107009
|
-
(
|
|
107010
|
-
dictgen::InsensitiveStr::Ascii("exicuting"),
|
|
107011
|
-
&["", "executing"],
|
|
107012
|
-
),
|
|
107006
|
+
(dictgen::InsensitiveStr::Ascii("exicuting"), &["executing"]),
|
|
107013
107007
|
(dictgen::InsensitiveStr::Ascii("masakist"), &["masochist"]),
|
|
107014
107008
|
(dictgen::InsensitiveStr::Ascii("guaruanty"), &["guaranty"]),
|
|
107015
107009
|
(dictgen::InsensitiveStr::Ascii("restirer"), &["restorer"]),
|
|
@@ -121275,7 +121269,7 @@ pub static WORD: dictgen::Map<dictgen::InsensitiveStr<'static>, &[&str]> = dictg
|
|
|
121275
121269
|
),
|
|
121276
121270
|
(
|
|
121277
121271
|
dictgen::InsensitiveStr::Ascii("explotions"),
|
|
121278
|
-
&["explosions", "explorations", "exploitation"
|
|
121272
|
+
&["explosions", "explorations", "exploitation"],
|
|
121279
121273
|
),
|
|
121280
121274
|
(dictgen::InsensitiveStr::Ascii("tawianese"), &["taiwanese"]),
|
|
121281
121275
|
(dictgen::InsensitiveStr::Ascii("reserach"), &["research"]),
|
|
@@ -123796,7 +123790,7 @@ pub static WORD: dictgen::Map<dictgen::InsensitiveStr<'static>, &[&str]> = dictg
|
|
|
123796
123790
|
),
|
|
123797
123791
|
(
|
|
123798
123792
|
dictgen::InsensitiveStr::Ascii("enformation"),
|
|
123799
|
-
&["information", "deformation", "reformation"
|
|
123793
|
+
&["information", "deformation", "reformation"],
|
|
123800
123794
|
),
|
|
123801
123795
|
(
|
|
123802
123796
|
dictgen::InsensitiveStr::Ascii("dismatching"),
|
|
@@ -173945,7 +173939,7 @@ pub static WORD: dictgen::Map<dictgen::InsensitiveStr<'static>, &[&str]> = dictg
|
|
|
173945
173939
|
),
|
|
173946
173940
|
(
|
|
173947
173941
|
dictgen::InsensitiveStr::Ascii("explotion"),
|
|
173948
|
-
&["explosion", "exploration", "exploitation"
|
|
173942
|
+
&["explosion", "exploration", "exploitation"],
|
|
173949
173943
|
),
|
|
173950
173944
|
(
|
|
173951
173945
|
dictgen::InsensitiveStr::Ascii("opreational"),
|
|
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
|
|
File without changes
|
|
File without changes
|