Skip to content

Commit

Permalink
style(lint): ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Dec 23, 2024
1 parent da48cd8 commit 84b419e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,10 @@ env = "GH_TOKEN"
dist_glob_patterns = ["dist/*"]
upload_to_vcs_release = true

[tool.ruff.lint]
select = ["PTH", "ANN", "N", "Q", "PL", "E", "F", "I"]
ignore = ["E501"]
exclude = ["tests", "docs", "build", "dist", "venv", "venv3", "venv3.6", "venv3.7", "venv3.8", "venv3.9", "venv3.10", "__pycache__"]

[tool.ruff.lint.flake8-quotes]
inline-quotes = "double"
6 changes: 0 additions & 6 deletions ruff.toml

This file was deleted.

0 comments on commit 84b419e

Please sign in to comment.