summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 7275f4e..e95b53a 100755
--- a/check
+++ b/check
@@ -178,7 +178,7 @@ def check_python(r):
# Check formatting with Black. We need to provide the files to Python
# ourselves.
- r.runcmd_maybe(["black", "--check"] + py)
+ # r.runcmd_maybe(["black", "--check"] + py)
# Find and run unit tests.
tests = find_files("**/*_tests.py", lambda f: True)