Skip to content
Snippets Groups Projects
Commit 0f135439 authored by nimrod's avatar nimrod
Browse files

black8: black and flake8.

parent 11580494
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,10 @@ ansible_all () {
popd
}
black8() {
black "$@" && flake8 "$@"
}
container_name() {
if [ -f /run/.containerenv ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment