Update .pre-commit-config.yaml (#1026)
This commit is contained in:
parent
9047d737f4
commit
edd3ff1669
76 changed files with 928 additions and 935 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Ultralytics YOLO 🚀, GPL-3.0 license
|
||||
|
||||
__version__ = "8.0.40"
|
||||
__version__ = '8.0.40'
|
||||
|
||||
from ultralytics.yolo.engine.model import YOLO
|
||||
from ultralytics.yolo.utils.checks import check_yolo as checks
|
||||
|
||||
__all__ = ["__version__", "YOLO", "checks"] # allow simpler import
|
||||
__all__ = ['__version__', 'YOLO', 'checks'] # allow simpler import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue