We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 767e014 + 14fa200 commit 1e85bcaCopy full SHA for 1e85bca
1 file changed
ruff.toml
@@ -1,4 +1,7 @@
1
-# https://beta.ruff.rs/docs/rules/
+target-version = 'py38'
2
+
3
+# https://docs.astral.sh/ruff/rules/
4
+[lint]
5
select = [
6
'A', # flake8-builtins
7
'ARG', # flake8-unused-arguments
@@ -27,4 +30,3 @@ ignore = [
27
30
'S603', # subprocess-without-shell-equals-true
28
31
'S607', # start-process-with-partial-path
29
32
]
-target-version = 'py38'
0 commit comments