Skip to content

Commit

Permalink
docs: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vectorvp committed Nov 26, 2024
1 parent c528412 commit c71dc71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit c71dc71

Please sign in to comment.