Skip to content

Commit

Permalink
improve commit messages (ISSUE #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
estevam5s committed May 15, 2023
1 parent 5bfaf62 commit a9188db
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DETA_KEY = "e0u31gqkqju_2Ps7fJD5a1kAKF2Rr4Y31ASSdvUUeX8Y"
DETA_KEY = "e0u31gqkqju_2Ps7fJD5a1kAKF2Rr4Y31ASSdvUUeX8Y"
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Thumbs.db
poetry.lock
pyproject.toml


# Ambiente virtual
env/
myenv/
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

tasks:
- init: pip install -r requirements.txt
command: python3 streamlit run app.py
command: python3 streamlit run app.py
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
registry=https://registry.npmjs.org/
engine-strict=true
engine-strict=true

0 comments on commit a9188db

Please sign in to comment.