Skip to content

Commit

Permalink
Merge branch 'pin-ruff-and-mypy' into dependabot/github_actions/ASFHy…
Browse files Browse the repository at this point in the history
…P3/actions-0.17.1
  • Loading branch information
jtherrmann committed Feb 10, 2025
2 parents b277f2d + b83f2fc commit c3cc174
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ convention = "google"
case-sensitive = true
lines-after-imports = 2

[tool.ruff.lint.extend-per-file-ignores]
"tests/*" = ["D100", "D103", "ANN"]

[tool.mypy]
python_version = "3.9"
warn_redundant_casts = true
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
./lib/asf-stac-util/
boto3==1.36.2
cfn-lint==1.22.7
ruff
mypy
ruff==0.9.5
mypy==1.14.1
pypgstac[psycopg]==0.8.6
pystac==1.10.1
pytest==8.3.4
Expand Down

0 comments on commit c3cc174

Please sign in to comment.