1
0

Отформатировал код

This commit is contained in:
2023-10-29 18:51:30 +03:00
parent 9ac6988ec1
commit c64fddfa50
5 changed files with 23 additions and 39 deletions

14
Taskfile.yml Normal file
View File

@ -0,0 +1,14 @@
# https://taskfile.dev
version: '3'
vars:
USER_ID:
sh: id -u
GROUP_ID:
sh: id -g
tasks:
format-py-files:
cmds:
- docker run --rm -u {{.USER_ID}}:{{.GROUP_ID}} -v $PWD/app:/app -w /app pyfound/black:latest_release black .