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 26d4c40 commit 973d48aCopy full SHA for 973d48a
1 file changed
ci_scripts/flake8_diff.sh
@@ -1,4 +1,7 @@
1
#!/bin/bash
2
3
+# Update /CONTRIBUTING.md if these commands change.
4
+# The reason for not advocating using this script directly is that it
5
+# might not work out of the box on Windows.
6
flake8 --ignore E402,W503 --show-source --max-line-length 100 $options
7
mypy openml --ignore-missing-imports --follow-imports skip
0 commit comments