From 37bb9635ade4449ebe446b985c0b6c34c7e23967 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Thu, 12 Jun 2025 10:29:54 +0000 Subject: [PATCH] Apply 2 suggestion(s) to 2 file(s) Co-authored-by: Beth Probert --- pyproject.toml | 2 +- ruff-increased-checking.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eec5a3e0..8b4b2e07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ select = [ # "LOG", # Flake8 logging issues (pedantic logger formatting issues can be added with "G") # "T20", # Warns for print statments, production code should log # "PT", # pytest linting - "RET", # Consistent clear return statments + "RET", # Consistent clear return statements "RSE", # Raise parentheses # "SIM", # Simplifications detected "ARG", # unused arguments diff --git a/ruff-increased-checking.toml b/ruff-increased-checking.toml index d15911dc..5973655d 100644 --- a/ruff-increased-checking.toml +++ b/ruff-increased-checking.toml @@ -24,7 +24,7 @@ select = [ "LOG", # Flake8 logging issues (pedantic logger formatting issues can be added with "G") "T20", # Warns for print statments, production code should log "PT", # pytest linting - "RET", # Consistent clear return statments + "RET", # Consistent clear return statements "RSE", # Raise parentheses "SIM", # Simplifications detected "ARG", # unused arguments