Skip to content

Commit

Permalink
go fmt go go go
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVzs committed Mar 25, 2022
1 parent 5203f09 commit fff2e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
subprocess.check_call(f"isort --check --diff {source_dirs}", shell=True)
subprocess.check_call(f"black --check --diff {source_dirs}", shell=True)
subprocess.check_call(
f"flake8 --ignore W503,E203,E501,E731,F403,F401 scrcpy tests scripts scrcpy_ui --exclude scrcpy_ui/ui_main.py,scrcpy_ui/ui_single.py,scrcpy_ui/ui_screen.py",
f"flake8 --ignore W503,E203,E501,E731,F403,F401 {source_dirs} --exclude scrcpy_ui/ui_main.py,scrcpy_ui/ui_single.py,scrcpy_ui/ui_screen.py",
shell=True,
)

0 comments on commit fff2e91

Please sign in to comment.