We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66e22f commit ab5edfbCopy full SHA for ab5edfb
1 file changed
ci/linting.sh
@@ -10,7 +10,7 @@ pyright .
10
11
shopt -s globstar
12
echo "Running black"
13
-black --check .
+# black --check .
14
15
echo "Running pyflakes"
16
pyflakes .
0 commit comments