Skip to content

Commit

Permalink
update gitgnore file .vscode file
Browse files Browse the repository at this point in the history
  • Loading branch information
amanueldemirew committed Jan 24, 2025
1 parent 3c164e1 commit 4ea1830
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ uv.lock # remove if you want to pin versions.

# Virtual environments
.venv
venv/

# VSCode
.vscode/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ repos:
- repo: https://github.com/psf/black
rev: 23.12.1
hooks:
- id: black
- id: black
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"eamodio.gitlens",
"streetsidesoftware.code-spell-checker"
]
}
}
2 changes: 1 addition & 1 deletion EXAMPLECLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ py-projects --version
- 2: Authentication error
- 3: API error
- 4: Input/Output error
- 5: User interrupt
- 5: User interrupt

0 comments on commit 4ea1830

Please sign in to comment.