Skip to content

Commit

Permalink
Update ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Aug 9, 2024
1 parent fe848e8 commit 3e67ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ exclude = [
line-length = 120
indent-width = 4

# Assume Python 3.9
target-version = "py39"
# Assume Python 3.10
target-version = "py310"

[lint]
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
Expand Down

0 comments on commit 3e67ee0

Please sign in to comment.