Skip to content

Commit

Permalink
chore: minimal tools (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
SauravMaheshkar authored Sep 20, 2024
1 parent e3304da commit 85fd659
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 59 deletions.
24 changes: 0 additions & 24 deletions .pre-commit-config.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions justfile

This file was deleted.

10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,19 @@ readme = ".github/README.md"
requires-python = ">=3.10"
license = { file = "LICENSE" }
dependencies = [
"black",
"mypy>=0.900",
"numpy>=1.22.0",
"pre-commit>=2.18.0",
"pytest>=6.0.0",
"ruff",
"scipy>=1.10.0",
]

[tool.ruff]
line-length = 90

[tool.ruff.lint]
select = ["E", "F"]
select = ["E", "F", "I001"]

[tool.ruff.lint.isort]
lines-after-imports = 2

[tool.black]
line-length = 88

[tool.pytest.ini_options]
testpaths = ["tests"]
filterwarnings = [
Expand Down

0 comments on commit 85fd659

Please sign in to comment.