Skip to content

Commit 040a084

Browse files
committed
clean
1 parent dc2905b commit 040a084

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

templates/.cpa/flake8.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,3 @@ max-complexity = 18
7070
# The maximum allowed line length.
7171
max-line-length = 120
7272
# per-file-ignores = # Per-file-ignores setting can be used to ignore specific errors in specific files.
73-

templates/.cpa/prettier.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
"tabWidth": 2,
66
"trailingComma": "all"
77
}
8-

templates/.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,3 @@ jobs:
8686
pre-commit run --from-ref origin/$DEFAULT_BRANCH --to-ref $CUR_SHA
8787
fi
8888
{%- endraw %}
89-

templates/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,3 @@ Cargo.lock
187187
# Misc
188188
##########################################################################################
189189
tmp*
190-

templates/.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,3 @@ repos:
109109
- javascript
110110
- yaml
111111
- markdown
112-

templates/.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
"ms-python.flake8"
88
]
99
}
10-

templates/.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
"flake8.args": ["--config=.cpa/flake8.cfg"],
88
"files.insertFinalNewline": true
99
}
10-

templates/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ RUN pip install --no-cache-dir -r requirements.txt
99
COPY . .
1010

1111
CMD ["python", "./main.py"]
12-

templates/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ endif
2323
.PHONY: reqtxt
2424
reqtxt:
2525
poetry export -f requirements.txt --output requirements.txt --without-hashes
26-

templates/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
print("Hello World")
2-

0 commit comments

Comments
 (0)