summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 238b1fcb0..37afb2974 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -143,6 +143,7 @@ select = [
"W", # pycodestyle
"B", # bugbear
"I", # isort
+ "RUF", # ruff
]
ignore = [
@@ -155,4 +156,5 @@ fixable = [
"W", # pycodestyle
"B", # bugbear
"I", # isort
+ "RUF", # ruff
]