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 e98daf1 commit bb63bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.ruff]
line-length = 120
include = ["pyproject.toml", "nbody/**/*.py", "*.py"]

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

0 comments on commit bb63bec

Please sign in to comment.