Skip to content

Commit

Permalink
update github workflow / gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dxstiny committed Jun 1, 2024
1 parent e6ec42d commit 6ed2b68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install mypy
pip install -r requirements.txt
pip install types-beautifulsoup4
- name: Run mypy
working-directory: service
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
__pycache__
.vscode
.ruff_cache
.mypy_cache
.env
.venv
token
postgres/

0 comments on commit 6ed2b68

Please sign in to comment.