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 4bf59b6 commit deaea10Copy full SHA for deaea10
colorlog/escape_codes.py
@@ -5,6 +5,7 @@
5
6
Uses colorama as an optional dependency to support color on Windows
7
"""
8
+
9
import sys
10
11
try:
tox.ini
@@ -7,7 +7,7 @@ commands = pytest -v
[testenv:black]
deps = black
-commands = black --check colorlog doc
+commands = black --check --diff colorlog doc
skip_install = true
12
13
[testenv:flake8]
0 commit comments