Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and Tinche committed Dec 10, 2024
1 parent 540586a commit ad225bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1482,4 +1482,4 @@
takes_nothing(NOTHING)
takes_nothing(None)
takes_nothing(1) # E: Argument 1 to "takes_nothing" has incompatible type "Literal[1]"; expected "Literal[_Nothing.NOTHING] | None" [arg-type]
takes_nothing(1) # E: Argument 1 to "takes_nothing" has incompatible type "Literal[1]"; expected "Literal[_Nothing.NOTHING] | None" [arg-type]

0 comments on commit ad225bc

Please sign in to comment.