X7ROOT File Manager
Current Path:
/opt/gsutil/third_party/charset_normalizer/bin
opt
/
gsutil
/
third_party
/
charset_normalizer
/
bin
/
📁
..
📄
bc.py
(3.02 KB)
📄
coverage.py
(2.84 KB)
📄
integration.py
(1.48 KB)
📄
performance.py
(5.42 KB)
📄
run_autofix.sh
(234 B)
📄
run_checks.sh
(348 B)
📄
serve.py
(1.07 KB)
Editing: run_checks.sh
#!/bin/sh -e export PREFIX="" if [ -d 'venv' ] ; then export PREFIX="venv/bin/" fi set -x ${PREFIX}pip install -r ./dev-requirements.txt ${PREFIX}pytest ${PREFIX}black --check --diff --target-version=py37 charset_normalizer ${PREFIX}flake8 charset_normalizer ${PREFIX}mypy charset_normalizer ${PREFIX}isort --check --diff charset_normalizer
Upload File
Create Folder