From 1fa4ca61d7e5348ee6c261ca6317701e9b180321 Mon Sep 17 00:00:00 2001 From: symonk Date: Tue, 4 Oct 2022 23:30:12 +0100 Subject: [PATCH] [py]: Remove comments from `tox.ini` --- py/tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/py/tox.ini b/py/tox.ini index 30eb0b0ac41e1..66ccc663a4e7d 100644 --- a/py/tox.ini +++ b/py/tox.ini @@ -23,8 +23,6 @@ commands = mypy {posargs} ; Automatically keep imports alphabetically sorted, on single lines in ; PEP recommended sections (https://peps.python.org/pep-0008/#imports) ; files or individual lines can be ignored via `# isort:skip|# isort:skip_file`. -; this is using --diff which is a NO-OP, requires additional discussion / approval being enabled. -; Right now it is opt in and not enforced in CI but will be in future. profile = black py_version=37 force_single_line = True