We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setup.cfg
pyproject.toml
1 parent 0563435 commit 9df6a9fCopy full SHA for 9df6a9f
pyproject.toml
@@ -1,3 +1,6 @@
1
+# Copyright 2017-2020 Palantir Technologies, Inc.
2
+# Copyright 2021- Python Language Server Contributors.
3
+
4
[build-system]
5
requires = ["setuptools>=61.2.0", "wheel", "setuptools_scm[toml]>=3.4.3"]
6
build-backend = "setuptools.build_meta"
setup.cfg
[pycodestyle]
ignore = E226, E722, W504
max-line-length = 120
0 commit comments