mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-15 03:06:45 +03:00
selenoid firefox to chrome
This commit is contained in:
2
Makefile
2
Makefile
@@ -20,7 +20,7 @@ format:
|
||||
autoflake --recursive --ignore-init-module-imports --remove-all-unused-imports --remove-unused-variables --in-place $(PY_TARGET_DIRS)
|
||||
pyupgrade --keep-runtime-typing $(PY_TARGET_FILES)
|
||||
isort --color --quiet $(PY_TARGET_DIRS)
|
||||
black $(PY_TARGET_DIRS) -S
|
||||
black $(PY_TARGET_DIRS) -S -v
|
||||
|
||||
check-style:
|
||||
black --check $(PY_TARGET_DIRS) -S --diff --color
|
||||
|
||||
Reference in New Issue
Block a user