Skip to content

Commit

Permalink
Merge pull request #261 from nathanchance/update-for-ruff-0.2.0
Browse files Browse the repository at this point in the history
ruff.toml: Update for 0.2.0
  • Loading branch information
nathanchance committed Feb 3, 2024
2 parents fa8d1f3 + 4f99be2 commit 9658ade
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -27,4 +30,3 @@ ignore = [
'S603', # subprocess-without-shell-equals-true
'S607', # start-process-with-partial-path
]
target-version = 'py38'

0 comments on commit 9658ade

Please sign in to comment.