Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
35 lines (29 loc) · 713 Bytes

File metadata and controls

35 lines (29 loc) · 713 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[mypy]
python_version=2.7
follow_imports=normal
mypy_path=mak/libs/typeshed:mak/libs:src/plugin/compute/opencl/mak
[mypy-ircc.*]
check_untyped_defs=True
disallow_any_unimported=True
disallow_any_expr=False
disallow_any_generics=True
disallow_subclassing_any=True
disallow_untyped_defs=True
[mypy-ir2cl.*]
check_untyped_defs=True
disallow_any_unimported=True
disallow_any_expr=False
disallow_any_generics=True
disallow_subclassing_any=True
disallow_untyped_defs=True
[mypy-ply]
check_untyped_defs=False
ignore_errors=True
[pycodestyle]
max_line_length=120
[yapf]
based_on_style=pep8
indent_dictionary_value=True
column_limit=120
spaces_before_comment=4,8,12,16,20,24,28,32,36,40
dedent_closing_brackets=True
Morty Proxy This is a proxified and sanitized view of the page, visit original site.