Skip to content

Commit 8c2baf6

Browse files
committed
Style
1 parent dd33185 commit 8c2baf6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pytest_mypy_plugins/tests/test-paths-from-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
- path: extras/extra_module.py
2727
content: |
2828
def extra_fn():
29-
pass
29+
pass

pytest_mypy_plugins/tests/test-simple-cases.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
- case: simplest_case
22
main: |
3-
a = 1
4-
b = 'hello'
3+
a = 1
4+
b = 'hello'
55
6-
class MyClass:
7-
pass
6+
class MyClass:
7+
pass
88
9-
reveal_type(a) # N: Revealed type is "builtins.int"
10-
reveal_type(b) # N: Revealed type is "builtins.str"
9+
reveal_type(a) # N: Revealed type is "builtins.int"
10+
reveal_type(b) # N: Revealed type is "builtins.str"
1111
1212
1313
- case: revealed_type_with_environment

0 commit comments

Comments
 (0)