mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +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
|
cinit
|
||||||
codecell
|
codecell
|
||||||
noqa
|
|
||||||
rtype
|
|
||||||
tuple
|
|
||||||
tuples
|
|
||||||
teardown
|
|
||||||
doctest
|
doctest
|
||||||
doctests
|
doctests
|
||||||
|
idna
|
||||||
|
noqa
|
||||||
pycon
|
pycon
|
||||||
|
rtype
|
||||||
|
teardown
|
||||||
|
tuple
|
||||||
|
tuples
|
||||||
unittest
|
unittest
|
||||||
unittests
|
unittests
|
||||||
virtualenv
|
virtualenv
|
||||||
idna
|
|
||||||
@@ -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
|
@Override
|
||||||
public String[] getBundledDictionaries() {
|
public String[] getBundledDictionaries() {
|
||||||
return new String[] {
|
return new String[] {
|
||||||
"python.dic", // autogenerated from python stdlib
|
"python.dic", // autogenerated from python stdlib
|
||||||
"pythonExtras.dic", // manually added
|
"django.dic",
|
||||||
"django.dic"
|
|
||||||
|
// manually added
|
||||||
|
"acronyms.dic",
|
||||||
|
"logging.dic",
|
||||||
|
"pytest.dic",
|
||||||
|
"pythonExtras.dic",
|
||||||
|
"sqlalchemy.dic",
|
||||||
|
"tox.dic",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user