Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
will-roscoe authored Dec 14, 2023
1 parent e950645 commit 137b4df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[tool.ruff]
include = ["pyproject.toml", "nbody/**/*.py", "*.py"]
line-length = 120

[tool.ruff.lint]
include = ["pyproject.toml", "nbody/**/*.py", "*.py"]
select = ["A", "E", "F", "N", "COM", "SIM"]
ignore = [
"E711", # COMPARISON TO FALSE
"E712" # COMPARISON TO TRUE
"E712", # COMPARISON TO TRUE
"N807"
]

Expand Down

0 comments on commit 137b4df

Please sign in to comment.