Skip to content

Commit

Permalink
Merge pull request #12 from jeeftor/lint-updates
Browse files Browse the repository at this point in the history
Mypy support - (without pyproject.toml)
  • Loading branch information
briis authored Dec 27, 2023
2 parents 59fa797 + 234a9b6 commit 8ada2a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ python-dotenv
requests
requests-toolbelt
ruff
mypy
pre-commit
4 changes: 3 additions & 1 deletion scripts/lint
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ set -e

cd "$(dirname "$0")/.."

ruff check .
ruff check . --fix
mypy pyweatherflow_forecast

0 comments on commit 8ada2a3

Please sign in to comment.