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 a9eca1b commit 50d1e08Copy full SHA for 50d1e08
pyproject.toml
@@ -4,16 +4,22 @@ build-backend = "setuptools.build_meta"
4
5
[tool.isort]
6
profile = "google"
7
-# TODO remove once https://github.com/PyCQA/isort/pull/2149 submitted.
8
-line_length = 1000
9
-single_line_exclusions = ["collections.abc", "typing"]
10
known_thirdparty = ["meltingpot"]
11
12
[tool.pyink]
13
line-length = 80
14
unstable = true
15
pyink-indentation = 2
16
pyink-use-majority-quotes = true
+pyink-annotation-pragmas = [
+ "noqa",
+ "pylint:",
17
+ "type: ignore",
18
+ "pytype:",
19
+ "mypy:",
20
+ "pyright:",
21
+ "pyre-",
22
+]
23
24
[tool.pytest.ini_options]
25
required_plugins = ["pytest-xdist"]
0 commit comments