File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
- .env
2
1
src /datadog_api_client /version.py
3
2
.generator /lib
4
3
site
Original file line number Diff line number Diff line change 1
1
.PHONY : all
2
- all : .generator .env
2
+ all : .generator
3
3
@rm -rf ./src/datadog_api_client/
4
4
@pre-commit run --all-files --hook-stage=manual openapi-generator || true
5
5
@cp -r v1/datadog_api_client ./src/
@@ -11,7 +11,3 @@ all: .generator .env
11
11
@pre-commit run --all-files --hook-stage=manual autoflake || echo " modified files"
12
12
@pre-commit run --all-files --hook-stage=manual black || echo " modified files"
13
13
@pre-commit run --all-files --hook-stage=manual api-docs || echo " modified files"
14
-
15
- .PHONY : .env
16
- .env :
17
- @echo " export UID=$( shell id -u) \nexport GID=$( shell id -g) " > $@
You can’t perform that action at this time.
0 commit comments