Skip to content

Commit 7e5fd57

Browse files
authored
nit: lint config + fix typo (#29)
1 parent 652925f commit 7e5fd57

File tree

21 files changed

+2
-0
lines changed

21 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dist/
1414
downloads/
1515
eggs/
1616
.eggs/
17+
.vscode/
1718
lib/
1819
lib64/
1920
parts/

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ line-length = 200
2424
lint.exclude = [
2525
"**/input_repo/**",
2626
"**/output_repo/**",
27+
"**/repositories/**",
2728
]
2829

2930
[tool.uv]
File renamed without changes.

remove_default_exports/imput_repo/src/auth/services/authenticator.ts renamed to remove_default_exports/input_repo/src/auth/services/authenticator.ts

File renamed without changes.

remove_default_exports/imput_repo/src/auth/shared/authenticator.ts renamed to remove_default_exports/input_repo/src/auth/shared/authenticator.ts

File renamed without changes.

remove_default_exports/imput_repo/src/auth/shared/token.ts renamed to remove_default_exports/input_repo/src/auth/shared/token.ts

File renamed without changes.

remove_default_exports/imput_repo/src/auth/utils/token-generator.ts renamed to remove_default_exports/input_repo/src/auth/utils/token-generator.ts

File renamed without changes.

remove_default_exports/imput_repo/src/comments/models/comment.ts renamed to remove_default_exports/input_repo/src/comments/models/comment.ts

File renamed without changes.

remove_default_exports/imput_repo/src/comments/services/comment-service.ts renamed to remove_default_exports/input_repo/src/comments/services/comment-service.ts

File renamed without changes.

remove_default_exports/imput_repo/src/comments/shared/service.ts renamed to remove_default_exports/input_repo/src/comments/shared/service.ts

File renamed without changes.

0 commit comments

Comments
 (0)