Skip to content

Commit

Permalink
Remove redundant names
Browse files Browse the repository at this point in the history
These are valid names for magic methods
    But are already recognised as English (en_US)
  • Loading branch information
jalanb committed Jun 22, 2022
1 parent 575cca1 commit ecfb183
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions flake8_spellcheck/python.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
abs
abspath
abstractmethod
add
aenter
aexit
aiter
and
anext
arg
argparse
Expand All @@ -20,7 +17,6 @@ attr
attrib
attrs
autospec
await
b64decode
b64encode
basename
Expand All @@ -31,20 +27,13 @@ boto3
botocore
builtins
bytearray
bytes
call
ceil
chmod
chr
class_getitem
classmethod
cls
cmp
coerce
complex
configparser
contains
contextlib
contextmanager
ctypes
cwd
Expand All @@ -55,38 +44,29 @@ dateutil
dedent
deepcopy
defaultdict
del
delattr
delete
delitem
dict
dir
distutils
divmod
docstring
elif
endswith
enter
enum
env
environ
eq
errno
exit
expanduser
findall
flake8
float
floor
floordiv
fnmatch
format
freezegun
fromisoformat
frozenset
functools
ge
get
getattr
getattribute
getcwd
Expand All @@ -98,7 +78,6 @@ getvalue
gt
gunicorn
hasattr
hash
hashlib
hexdigest
iadd
Expand All @@ -111,12 +90,9 @@ imatmul
imod
importlib
imul
index
init
init_subclass
instancecheck
int
invert
ior
ipow
irshift
Expand All @@ -142,49 +118,39 @@ json
kwarg
kwargs
le
len
length_hint
libarchive
lrange
lshift
lstrip
lt
makedirs
match_args
matmul
maxsize
md5
mimetype
mimetypes
missing
mkdir
mkdtemp
mkstemp
mktime
mod
monkeypatch
mtime
mul
mypy
namedtuple
nargs
ne
neg
netloc
new
noqa
optionxform
optparse
or
parametrize
pathlib
pkgutil
pos
posixpath
pow
pprint
pragma
prepare
psycopg2
py
py2
Expand All @@ -205,15 +171,13 @@ realpath
relpath
repr
returncode
reversed
rfloordiv
rlshift
rmatmul
rmod
rmtree
rmul
ror
round
rpow
rrshift
rshift
Expand All @@ -224,23 +188,19 @@ rtruediv
runtime
rxor
scandir
set
set_name
setattr
setdefault
setitem
setuptools
shutil
sizeof
slots
splitlines
startswith
staticmethod
str
strftime
strptime
struct
sub
subclasscheck
subprocess
sys
Expand Down Expand Up @@ -270,5 +230,4 @@ uuid
uuid4
uwsgi
wsgi
xor
yaml

0 comments on commit ecfb183

Please sign in to comment.