Skip to content

Commit 753bc77

Browse files
committed
formatting
1 parent 0d3f8d8 commit 753bc77

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Depending on your editor, the configuration (found in a file called mypy-ls.cfg
3232

3333
{
3434
"enabled": True,
35-
"live_mode": True,
35+
"live_mode": True,
3636
"strict": False
3737
}

setup.cfg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ classifiers =
1010
Intended Audience :: Developers
1111
Topic :: Software Development
1212
License :: OSI Approved :: MIT License
13-
Programming Language :: Python :: 3.2
14-
Programming Language :: Python :: 3.3
15-
Programming Language :: Python :: 3.4
1613
Programming Language :: Python :: 3.5
1714
Programming Language :: Python :: 3.6
1815
Programming Language :: Python :: 3.7
1916
Programming Language :: Python :: 3.8
2017

2118
[options]
22-
python_requires = >= 3.2
19+
python_requires = >= 3.5
2320
packages = find:
2421
install_requires =
2522
python-language-server<0.32.0

0 commit comments

Comments
 (0)