From 50749fae20b975965f651384676c09c8309bcc15 Mon Sep 17 00:00:00 2001 From: Niko Yasui Date: Thu, 24 Oct 2024 18:52:49 -0600 Subject: [PATCH] build: remove ruff formatter and specify build system --- .pre-commit-config.yaml | 2 -- pyproject.toml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c76f0ac..37697ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,8 +11,6 @@ repos: hooks: # Run the linter. - id: ruff - # Run the formatter. - - id: ruff-format - repo: https://github.com/RobertCraigie/pyright-python rev: v1.1.385 hooks: diff --git a/pyproject.toml b/pyproject.toml index fe6d6c9..40c70da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ -# [build-system] -# requires = ['setuptools'] +[build-system] +requires = ['setuptools'] [project] name = "ml-experiment-definition"