From c71dc7196fde99c7c49a2ef675b02121f6daee75 Mon Sep 17 00:00:00 2001 From: Vladislav Tumko <56307628+vectorvp@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:57:41 +0700 Subject: [PATCH] docs: formatting --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3357c3b98..fa00871cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -320,14 +320,13 @@ exclude = '''(?x)( lightly/models/barlowtwins.py | lightly/models/nnclr.py | lightly/models/simsiam.py | - lightly/models/byol.py ) + lightly/models/byol.py | # Let's not type deprecated models tests: tests/models/test_ModelsSimSiam.py | tests/models/test_ModelsSimCLR.py | tests/models/test_ModelsNNCLR.py | tests/models/test_ModelsMoCo.py | - tests/models/test_ModelsBYOL.py | - ''' + tests/models/test_ModelsBYOL.py )''' # Ignore imports from untyped modules. [[tool.mypy.overrides]]