Skip to content

Commit

Permalink
renamed manage.py to run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilRaikar17 committed Aug 4, 2024
1 parent 098de3e commit ef7c9fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run Flask app
run: |
nohup python manage.py > server.log 2>&1 &
nohup python run.py > server.log 2>&1 &
echo $! > flask_server.pid
- name: Test /login route
Expand Down
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,3 @@ repos:
rev: 7.1.0
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
hooks:
- id: mypy
additional_dependencies: [types-all]
exclude: ^testing/resources/
File renamed without changes.

0 comments on commit ef7c9fc

Please sign in to comment.