9 Star 17 Fork 11

Gitee 极速下载/pyslowfast

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/facebookresearch/SlowFast
克隆/下载
linter.sh 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bo Xiong 提交于 2020-02-13 11:09 . Make linter and run_local_fb executable.
#!/bin/bash -e
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
# Run this script at project root by ".linter.sh" before you commit.
echo "Running isort..."
isort -y -sp .
echo "Running black..."
black -l 80 .
echo "Running flake..."
flake8 .
command -v arc > /dev/null && {
echo "Running arc lint ..."
arc lint
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/pyslowfast.git
git@gitee.com:mirrors/pyslowfast.git
mirrors
pyslowfast
pyslowfast
main

搜索帮助