diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb52079f..5cf7f2a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: args: ["--print-width=120"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.16.2 + rev: v2.18.1 hooks: - id: pyproject-fmt @@ -44,7 +44,7 @@ repos: - id: validate-pyproject - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.5 + rev: v0.15.6 hooks: - id: ruff-check args: [--fix] diff --git a/pyproject.toml b/pyproject.toml index 58c657d2..95b0882f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,6 @@ packages.find.where = [ "src" ] packages.find.include = [ "supervision*" ] # exclude = [ "docs*", "tests*", "examples*" ] - [tool.ruff] target-version = "py39" line-length = 88