Skip to content

Commit 973d48a

Browse files
committed
Add note to update CONTRIBUTING.md if things in this script change.
1 parent 26d4c40 commit 973d48a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ci_scripts/flake8_diff.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
22

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.
36
flake8 --ignore E402,W503 --show-source --max-line-length 100 $options
47
mypy openml --ignore-missing-imports --follow-imports skip

0 commit comments

Comments
 (0)