Skip to content

Commit

Permalink
pyproject.toml: Add [tool.ruff]
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Nov 3, 2024
1 parent 21097a7 commit 8ed914d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ urls = { Homepage = "https://github.com/nateshmbhat/pyttsx3" }
[tool.setuptools]
packages = [ "pyttsx3", "pyttsx3.drivers" ]
include-package-data = false

[tool.ruff]
target-version = "py39"
line-length = 88
lint.extend-ignore = [ "F403", "F405", "F821" ]

0 comments on commit 8ed914d

Please sign in to comment.