diff --git a/ruff.toml b/ruff.toml index 9c27f494..1dca1ef4 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,4 +1,7 @@ -# https://beta.ruff.rs/docs/rules/ +target-version = 'py38' + +# https://docs.astral.sh/ruff/rules/ +[lint] select = [ 'A', # flake8-builtins 'ARG', # flake8-unused-arguments @@ -27,4 +30,3 @@ ignore = [ 'S603', # subprocess-without-shell-equals-true 'S607', # start-process-with-partial-path ] -target-version = 'py38'