Skip to content

Comments

Add a few missing types to predicates (WIP)#1

Draft
justuswilhelm wants to merge 1 commit intomasterfrom
add-typings
Draft

Add a few missing types to predicates (WIP)#1
justuswilhelm wants to merge 1 commit intomasterfrom
add-typings

Conversation

@justuswilhelm
Copy link

Tested by running mypy on rules/predicates.py with the following settings in pyproject.toml:

[tool.mypy]

[[tool.mypy.overrides]]
module = [
"rules.predicates"
]
disallow_untyped_defs = true

Tested by running mypy on rules/predicates.py with the following
settings in pyproject.toml:

[tool.mypy]

[[tool.mypy.overrides]]
module = [
    "rules.predicates"
]
disallow_untyped_defs = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant