@cspell/dict-python
Advanced tools
Comparing version 2.0.6 to 3.0.1
@@ -26,3 +26,2 @@ // cSpell Settings | ||
// Apply settings | ||
"allowCompoundWords": true, | ||
"dictionaries": ["python"], | ||
@@ -29,0 +28,0 @@ "ignoreRegExpList": ["ignore_string_literal_prefix"], |
{ | ||
"name": "@cspell/dict-python", | ||
"version": "2.0.6", | ||
"version": "3.0.1", | ||
"description": "Python dictionary for cspell.", | ||
@@ -14,6 +14,7 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools compile \"python.txt\" -o .", | ||
"test-dictionary": "head -n 1000 \"python.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=python stdin", | ||
"build": "cspell-tools-cli compile \"src/*.txt\" --split --keep-raw-case --merge python -o .", | ||
"test-dictionary": "cspell -v -c ./cspell-ext.json --local=en --languageId=python \"src/py*.txt\"", | ||
"test-samples": "cspell -v -c ./cspell-ext.json \"samples/**/*.py\"", | ||
"test": "yarn run test-dictionary && yarn run test-samples", | ||
"update-python-lib": "./scripts/fetch-python.sh", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -44,3 +45,3 @@ "prepare": "yarn run build" | ||
], | ||
"gitHead": "48e80a7aa1ad87dfccfdc56e4b49a4ae478ddcd2" | ||
"gitHead": "7fecc4b4faae0a974cf6eeb699029771366606ad" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43190
78