Skip to content

Commit

Permalink
wip #58 I added ruff to dev dependencies
Browse files Browse the repository at this point in the history
I also specified single quotes in pyproject.toml
  • Loading branch information
joshkamm committed Feb 24, 2024
1 parent 092f953 commit d82c939
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies = [

[project.optional-dependencies]
dev = [
"ruff",
"dask-jobqueue",
"snakeviz",
]
Expand All @@ -41,3 +42,12 @@ vscode = [

[project.urls]
Homepage = "https://github.com/ZimmermanGroup/py-conformational-sampling"

# [tool.ruff]
# line-length = 88

# [tool.ruff.lint]
# extend-select = ["E5"]

[tool.ruff.format]
quote-style = "single"

0 comments on commit d82c939

Please sign in to comment.