Skip to content

Commit

Permalink
Fix mypy target
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-rp committed Mar 14, 2024
1 parent a390e2d commit 1b5ef05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: typing
on: [push, pull_request]

jobs:
lint:
typing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ omit = ["jsonpath/__about__.py", "tests/compliance.py", "tests/consensus.py"]
exclude_lines = ["no cov", "if __name__ == .__main__.:", "if TYPE_CHECKING:"]

[tool.mypy]
files = "jsonpath"
files = "jsonpath_rfc9535"
python_version = "3.10"
disallow_subclassing_any = true
disallow_untyped_calls = true
Expand Down

0 comments on commit 1b5ef05

Please sign in to comment.