Skip to content

Commit

Permalink
Merge pull request #6 from target/ruff-excludes
Browse files Browse the repository at this point in the history
Adds some excludes for ruff, bump ruff target to 3.11
  • Loading branch information
colindean authored Mar 20, 2024
2 parents 874726b + 28a92b2 commit 83e8d07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ source = ["example"]
[tool.ruff]
# Same as Black.
line-length = 119
target-version = "py39"
target-version = "py311"
exclude = [".*", "dist", "__pypackages__", "build", "venv"]

0 comments on commit 83e8d07

Please sign in to comment.