Skip to content

Commit 3fb808b

Browse files
authored
Version Number 0.2.0 (#121)
1 parent cb9dcc3 commit 3fb808b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ repos:
66
args: [--fix, --exit-non-zero-on-fix]
77
types_or: [python, pyi, jupyter]
88
- id: ruff-format
9-
args: [--line-length, '88']
109
types_or: [python, pyi, jupyter]
1110

1211
- repo: https://github.com/PyCQA/docformatter
@@ -16,12 +15,6 @@ repos:
1615
additional_dependencies: [tomli]
1716
args: [--in-place, --black, --style=epytext]
1817

19-
# - repo: https://github.com/pre-commit/pre-commit-hooks
20-
# rev: v4.4.0
21-
# hooks:
22-
# - id: no-commit-to-branch
23-
# args: ['--branch', 'main', '--branch', 'dev']
24-
2518
- repo: https://github.com/executablebooks/mdformat
2619
rev: 0.7.10
2720
hooks:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "luxonis-ml"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "MLOps tools for training models for Luxonis devices"
55
readme = "README.md"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)