We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ecc40 commit 5bdc45dCopy full SHA for 5bdc45d
requirements.txt
@@ -1,6 +1,6 @@
1
python-lsp-server
2
mypy >= 0.981
3
-tomli >= 1.1.0
+tomli >= 1.1.0 ; python_version < "3.11"
4
black
5
pre-commit
6
rstcheck
setup.cfg
@@ -22,7 +22,7 @@ packages = find:
22
install_requires =
23
python-lsp-server >=1.7.0
24
25
- tomli >= 1.1.0
+ tomli >= 1.1.0 ; python_version < "3.11"
26
27
[flake8]
28
max-complexity = 20
0 commit comments