diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a237d93..fa56bb7 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -28,4 +28,4 @@ jobs: - name: Running ruff run: | poetry run ruff check --diff konduktor tests - poetry run ruff fix --diff konduktor tests \ No newline at end of file + poetry run ruff format --diff konduktor tests \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 73d7335..945ebc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,6 @@ konduktor = 'konduktor:cli.main' [tool.poetry.group.dev.dependencies] ruff = "^0.5.1" -yapf = "^0.40.2" mypy = "^1.10.1" pytest = "^8.2.2" pytest-xdist = "^3.6.1"