Skip to content

Commit

Permalink
Merge pull request #1376 from jhlegarreta/SpecifyPythonVersionForRuff
Browse files Browse the repository at this point in the history
ENH: Specify Python version for `ruff`
  • Loading branch information
oesteban authored Jan 16, 2025
2 parents f5040a3 + 5cf7010 commit 61afec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ skip = """
[tool.ruff]
exclude = [".maint/update_authors.py"]
line-length = 99
target-version = "py310"

[tool.ruff.lint]
extend-select = [
Expand Down

0 comments on commit 61afec8

Please sign in to comment.