Skip to content

Commit 2c863d1

Browse files
committed
불필요코드 제거
1 parent 5b1bcce commit 2c863d1

File tree

3 files changed

+2
-47
lines changed

3 files changed

+2
-47
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.idea
22
.vscode
3+
.DS_Store
34

45
*.sqlite3
56

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.idea
22
.vscode
3+
.DS_Store
34

45
*.sqlite3
56

fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -249,53 +249,6 @@ extend-exclude = '''
249249
)
250250
'''
251251

252-
#[tool.ruff]
253-
#line-length = 120
254-
#select = [
255-
# "ARG",
256-
# "B",
257-
# "C4",
258-
# "E",
259-
# "ERA",
260-
# "F",
261-
# "I",
262-
# "N",
263-
# "PLC",
264-
# "PLE",
265-
# "PLR",
266-
# "PLW",
267-
# "RET",
268-
# "S",
269-
# "T10",
270-
# "T10",
271-
# "UP",
272-
# "W",
273-
#]
274-
#target-version = "py311"
275-
#exclude = ['.cache',
276-
# '.git',
277-
# '.idea',
278-
# '.mypy_cache',
279-
# '.pytest_cache',
280-
# '.venv',
281-
# 'venv',
282-
# 'env',
283-
# 'cached_venv',
284-
# 'docs',
285-
# 'deploy',
286-
# 'var',
287-
# '.vscode',
288-
# '*migrations*',
289-
# 'filebeat*'
290-
#]
291-
#
292-
#[tool.ruff.format]
293-
#quote-style = "single"
294-
#
295-
#[tool.ruff.per-file-ignores]
296-
#"__init__.py" = ["F401"]
297-
#"*/tests/**" = ["ARG", "PLR2004", "S"]
298-
299252
{%- if cookiecutter.orm == "tortoise" %}
300253
{%- if cookiecutter.enable_migrations == "True" %}
301254
[tool.aerich]

0 commit comments

Comments
 (0)