mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
PY-83336 update PyCharm built-in spell check dict (August)
(cherry picked from commit fa50c92a7d05790dea0322b0af53113c5759c323) IJ-MR-172304 GitOrigin-RevId: 7f5447684942bcadd3a5b33e1e0eed03d1c42f7e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1d06617ae5
commit
c7af627736
@@ -0,0 +1,2 @@
|
||||
ASGI
|
||||
LDAPS
|
||||
@@ -0,0 +1,2 @@
|
||||
asctime
|
||||
levelname
|
||||
@@ -0,0 +1,4 @@
|
||||
addopts
|
||||
capsys
|
||||
conftest
|
||||
pytestmark
|
||||
@@ -1,14 +1,15 @@
|
||||
PYTHONPATH
|
||||
cinit
|
||||
codecell
|
||||
noqa
|
||||
rtype
|
||||
tuple
|
||||
tuples
|
||||
teardown
|
||||
doctest
|
||||
doctests
|
||||
idna
|
||||
noqa
|
||||
pycon
|
||||
rtype
|
||||
teardown
|
||||
tuple
|
||||
tuples
|
||||
unittest
|
||||
unittests
|
||||
virtualenv
|
||||
idna
|
||||
virtualenv
|
||||
@@ -0,0 +1 @@
|
||||
tablename
|
||||
@@ -0,0 +1,6 @@
|
||||
envlist
|
||||
rrequirements
|
||||
skipsdist
|
||||
posargs
|
||||
toxinidir
|
||||
basepython
|
||||
@@ -8,9 +8,16 @@ public final class PythonBundledDictionaryProvider implements BundledDictionaryP
|
||||
@Override
|
||||
public String[] getBundledDictionaries() {
|
||||
return new String[] {
|
||||
"python.dic", // autogenerated from python stdlib
|
||||
"pythonExtras.dic", // manually added
|
||||
"django.dic"
|
||||
"python.dic", // autogenerated from python stdlib
|
||||
"django.dic",
|
||||
|
||||
// manually added
|
||||
"acronyms.dic",
|
||||
"logging.dic",
|
||||
"pytest.dic",
|
||||
"pythonExtras.dic",
|
||||
"sqlalchemy.dic",
|
||||
"tox.dic",
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user