Skip to content

Commit

Permalink
build: remove ruff formatter and specify build system
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuiniko committed Oct 25, 2024
1 parent 17c6dfd commit 50749fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [build-system]
# requires = ['setuptools']
[build-system]
requires = ['setuptools']

[project]
name = "ml-experiment-definition"
Expand Down

0 comments on commit 50749fa

Please sign in to comment.