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.
tox.ini
1 parent 4199d70 commit 1fa4ca6Copy full SHA for 1fa4ca6
py/tox.ini
@@ -23,8 +23,6 @@ commands = mypy {posargs}
23
; Automatically keep imports alphabetically sorted, on single lines in
24
; PEP recommended sections (https://peps.python.org/pep-0008/#imports)
25
; files or individual lines can be ignored via `# isort:skip|# isort:skip_file`.
26
-; this is using --diff which is a NO-OP, requires additional discussion / approval being enabled.
27
-; Right now it is opt in and not enforced in CI but will be in future.
28
profile = black
29
py_version=37
30
force_single_line = True
0 commit comments