Skip to content

Commit 9658ade

Browse files
authored
Merge pull request #261 from nathanchance/update-for-ruff-0.2.0
ruff.toml: Update for 0.2.0
2 parents fa8d1f3 + 4f99be2 commit 9658ade

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ruff.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# https://beta.ruff.rs/docs/rules/
1+
target-version = 'py38'
2+
3+
# https://docs.astral.sh/ruff/rules/
4+
[lint]
25
select = [
36
'A', # flake8-builtins
47
'ARG', # flake8-unused-arguments
@@ -27,4 +30,3 @@ ignore = [
2730
'S603', # subprocess-without-shell-equals-true
2831
'S607', # start-process-with-partial-path
2932
]
30-
target-version = 'py38'

0 commit comments

Comments
 (0)