Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpelley authored Jul 23, 2024
1 parent fdd1084 commit 74ded1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.ruff]
target-version = "py36"
target-version = "py37"

[tool.ruff.lint]
extend-select = ["E", "F", "W", "I"]

[tool.ruff.format]
# Enable reformatting of code snippets in docstrings.
docstring-code-format = true
docstring-code-format = true

0 comments on commit 74ded1c

Please sign in to comment.