Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwest-uw committed Apr 4, 2024
1 parent 2c885dc commit d6cb55e
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ classifiers = [
dynamic = ["version"]
requires-python = ">=3.9"
dependencies = [
<<<<<<< before updating
"ipykernel", # Support for Jupyter notebooks
"astropy",
"astroquery",
"dask",
"tqdm"
=======
>>>>>>> after updating
]

[project.urls]
Expand Down Expand Up @@ -61,54 +57,3 @@ target-version = ["py39"]
[tool.isort]
profile = "black"
line_length = 110
<<<<<<< before updating
=======

[tool.ruff]
line-length = 110
target-version = "py39"

[tool.ruff.lint]
select = [
# pycodestyle
"E",
"W",
# Pyflakes
"F",
# pep8-naming
"N",
# pyupgrade
"UP",
# flake8-bugbear
"B",
# flake8-simplify
"SIM",
# isort
"I",
# docstrings
"D101",
"D102",
"D103",
"D106",
"D206",
"D207",
"D208",
"D300",
"D417",
"D419",

]

ignore = [
"UP006", # Allow non standard library generics in type hints
"UP007", # Allow Union in type hints
"SIM114", # Allow if with same arms
"B028", # Allow default warning level
"SIM117", # Allow nested with
"UP015", # Allow redundant open parameters
"UP028", # Allow yield in for loop
]

[tool.coverage.run]
omit=["src/koffi/_version.py"]
>>>>>>> after updating

0 comments on commit d6cb55e

Please sign in to comment.