From bb63bece23c36d2edb2653108986ffaf261a5d6a Mon Sep 17 00:00:00 2001 From: Will Roscoe Date: Thu, 14 Dec 2023 13:23:23 +0000 Subject: [PATCH] Update pyproject.toml --- .github/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pyproject.toml b/.github/pyproject.toml index 6352f38..3d182e4 100644 --- a/.github/pyproject.toml +++ b/.github/pyproject.toml @@ -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