Skip to content

Commit e367d7d

Browse files
authored
Create prproject.toml
1 parent e51503d commit e367d7d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

prproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[tool.mypy]
2+
python_version = "3.10"
3+
ignore_missing_imports = true
4+
exclude = [
5+
"visualization/",
6+
"utils/jit_ops.py"
7+
]
8+
9+
[tool.flake8]
10+
max-line-length = 120
11+
extend-ignore = "E203,W503"
12+
per-file-ignores = "**/__init__.py:F401"

0 commit comments

Comments
 (0)