typos 1.35.5__tar.gz → 1.35.8__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.
- {typos-1.35.5 → typos-1.35.8}/Cargo.lock +1 -1
- typos-1.35.8/PKG-INFO +21 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/Cargo.toml +1 -1
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/src/default_types.rs +1 -1
- typos-1.35.8/pyproject.toml +35 -0
- typos-1.35.5/PKG-INFO +0 -9
- typos-1.35.5/pyproject.toml +0 -20
- {typos-1.35.5 → typos-1.35.8}/Cargo.toml +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/dictgen/Cargo.toml +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/dictgen/src/aho_corasick.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/dictgen/src/gen.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/dictgen/src/insensitive.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/dictgen/src/lib.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/dictgen/src/map.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/dictgen/src/match.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/dictgen/src/ordered_map.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/dictgen/src/trie.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos/Cargo.toml +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos/README.md +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos/src/check.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos/src/dict.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos/src/lib.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos/src/tokens.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/README.md +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/src/bin/typos-cli/args.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/src/bin/typos-cli/main.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/src/bin/typos-cli/report.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/src/config.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/src/dict.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/src/file.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/src/file_type.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/src/file_type_specifics.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/src/lib.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/src/policy.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/src/report.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/tests/cmd/en-us.in/README.md +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-cli/tests/cmd/false-positives.in/README.md +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-dict/Cargo.toml +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-dict/README.md +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-dict/src/lib.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-dict/src/word_codegen.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-vars/Cargo.toml +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-vars/README.md +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-vars/src/lib.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/typos-vars/src/vars_codegen.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/varcon/Cargo.toml +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/varcon/README.md +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/varcon/src/codegen.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/varcon/src/lib.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/varcon-core/Cargo.toml +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/varcon-core/README.md +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/varcon-core/src/borrowed.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/varcon-core/src/lib.rs +0 -0
- {typos-1.35.5 → typos-1.35.8}/crates/varcon-core/src/parser.rs +0 -0
typos-1.35.8/PKG-INFO
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: typos
|
|
3
|
+
Version: 1.35.8
|
|
4
|
+
Classifier: Environment :: Console
|
|
5
|
+
Classifier: Intended Audience :: Developers
|
|
6
|
+
Classifier: Topic :: Software Development
|
|
7
|
+
Classifier: Operating System :: OS Independent
|
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
9
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
|
+
Classifier: Programming Language :: Python
|
|
11
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
12
|
+
Classifier: Programming Language :: Rust
|
|
13
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
14
|
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
15
|
+
Summary: Source Code Spelling Correction
|
|
16
|
+
Keywords: development,spelling
|
|
17
|
+
Requires-Python: >=3.8
|
|
18
|
+
Project-URL: Repository, https://github.com/crate-ci/typos
|
|
19
|
+
Project-URL: Documentation, https://github.com/crate-ci/typos#typos
|
|
20
|
+
Project-URL: Changelog, https://github.com/crate-ci/typos/blob/master/CHANGELOG.md
|
|
21
|
+
Project-URL: Releases, https://github.com/crate-ci/typos/releases
|
|
@@ -102,7 +102,7 @@ pub(crate) const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
|
|
102
102
|
("fut", &["*.fut"]),
|
|
103
103
|
("gap", &["*.g", "*.gap", "*.gi", "*.gd", "*.tst"]),
|
|
104
104
|
("gn", &["*.gn", "*.gni"]),
|
|
105
|
-
("go", &["*.go", "go.work"]),
|
|
105
|
+
("go", &["*.go", "go.mod", "go.work"]),
|
|
106
106
|
("gprbuild", &["*.gpr"]),
|
|
107
107
|
("gradle", &[
|
|
108
108
|
"*.gradle", "*.gradle.kts", "gradle.properties", "gradle-wrapper.*",
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["maturin>=1.9,<1.10"]
|
|
3
|
+
build-backend = "maturin"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "typos"
|
|
7
|
+
description = "Source Code Spelling Correction"
|
|
8
|
+
requires-python = ">=3.8"
|
|
9
|
+
keywords = [
|
|
10
|
+
"development", "spelling"
|
|
11
|
+
]
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Environment :: Console",
|
|
14
|
+
"Intended Audience :: Developers",
|
|
15
|
+
"Topic :: Software Development",
|
|
16
|
+
"Operating System :: OS Independent",
|
|
17
|
+
"License :: OSI Approved :: MIT License",
|
|
18
|
+
"License :: OSI Approved :: Apache Software License",
|
|
19
|
+
"Programming Language :: Python",
|
|
20
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
21
|
+
"Programming Language :: Rust",
|
|
22
|
+
"Programming Language :: Python :: Implementation :: CPython",
|
|
23
|
+
"Programming Language :: Python :: Implementation :: PyPy",
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
[project.urls]
|
|
27
|
+
Repository = "https://github.com/crate-ci/typos"
|
|
28
|
+
Documentation = "https://github.com/crate-ci/typos#typos"
|
|
29
|
+
Changelog = "https://github.com/crate-ci/typos/blob/master/CHANGELOG.md"
|
|
30
|
+
Releases = "https://github.com/crate-ci/typos/releases"
|
|
31
|
+
|
|
32
|
+
[tool.maturin]
|
|
33
|
+
module-name = "typos"
|
|
34
|
+
bindings = "bin"
|
|
35
|
+
manifest-path = "crates/typos-cli/Cargo.toml"
|
typos-1.35.5/PKG-INFO
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: typos
|
|
3
|
-
Version: 1.35.5
|
|
4
|
-
Classifier: Intended Audience :: Developers
|
|
5
|
-
Classifier: Topic :: Software Development
|
|
6
|
-
Classifier: Programming Language :: Rust
|
|
7
|
-
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
8
|
-
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
9
|
-
Requires-Python: >=3.7
|
typos-1.35.5/pyproject.toml
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["maturin>=1.9,<1.10"]
|
|
3
|
-
build-backend = "maturin"
|
|
4
|
-
|
|
5
|
-
[project]
|
|
6
|
-
name = "typos"
|
|
7
|
-
requires-python = ">=3.7"
|
|
8
|
-
classifiers = [
|
|
9
|
-
"Intended Audience :: Developers",
|
|
10
|
-
"Topic :: Software Development",
|
|
11
|
-
"Programming Language :: Rust",
|
|
12
|
-
"Programming Language :: Python :: Implementation :: CPython",
|
|
13
|
-
"Programming Language :: Python :: Implementation :: PyPy",
|
|
14
|
-
]
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
[tool.maturin]
|
|
18
|
-
module-name = "typos"
|
|
19
|
-
bindings = "bin"
|
|
20
|
-
manifest-path = "crates/typos-cli/Cargo.toml"
|
|
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
|