diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-22 13:26:54 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-03-22 13:30:41 +0100 |
| commit | dea176b5660bba7bf13940f3c02f84aa5ea0da16 (patch) | |
| tree | b083d000c9877b43ab82f079ea56c80ae673faac /Makefile | |
| parent | f7acc7f53a54f5b5f267b6770e0e24ed444ebc7a (diff) | |
Makefile: Split ruff into wrappers/python dir
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -10,12 +10,9 @@ build: fmt: gofumpt -w . - ruff format wrappers/python/eduvpn_common lint: golangci-lint run -E stylecheck,revive,gocritic ./... - ruff check wrappers/python/eduvpn_common - ruff format --check wrappers/python/eduvpn_common cli: go build -o eduvpn-common-cli ./cmd/cli |
