This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
glib2.0
mirror of
https://gitee.com/openkylin/glib2.0.git
Watch
9
Star
0
Fork
You've already forked glib2.0
0
Code
Issues
Projects
Releases
Wiki
Activity
openkylin/yangtze
glib2.0
/
.gitlab-ci
/
run-black.sh
7 lines
93 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
set
-e
# shellcheck disable=SC2046
black --diff --check
$(
git ls-files
'*.py'
)
Reference in New Issue
View Git Blame
Copy Permalink