mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-11 17:56:30 +03:00
Auto-format code with black (#11099)
Co-authored-by: explosion-bot <explosion-bot@users.noreply.github.com>
This commit is contained in:
parent
86ee26e3c2
commit
e7fd06bdbe
|
@ -7,6 +7,7 @@ from hypothesis import settings
|
|||
settings.register_profile("no_deadlines", deadline=2 * 60 * 1000) # in ms
|
||||
settings.load_profile("no_deadlines")
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
try:
|
||||
parser.addoption("--slow", action="store_true", help="include slow tests")
|
||||
|
|
Loading…
Reference in New Issue
Block a user