Commit fc772088 authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix bug

parent 868677b5
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
[pytest]
[tool:pytest]
markers =
    slow: marks tests as slow (deselect with '-m "not slow"')
    serial
@@ -6,10 +6,6 @@ markers =
[mypy]
ignore_missing_imports = True

[flake8]
ignore = E111, E114
max-line-length = 300

[yapf]
based_on_style = google
indent_width = 2