Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce Ruff as linter #345

Merged
merged 6 commits into from
Jan 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pyproject.toml
Co-authored-by: yokomotod <yokomotod@gmail.com>
  • Loading branch information
hirosassa and yokomotod authored Jan 21, 2024
commit f3a86d14d76a1321f100d0efa4e5189e2ae6f265
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ select = [
ignore = ["B006", "B008"]
Copy link
Collaborator Author

@hirosassa hirosassa Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

W503 is not currently supported in ruff and it will not be implemented.
ref: astral-sh/ruff#4125

Is anyone who want to ignore this error?


line-length = 160
indent-width = 4
exclude = ["venv/*", "tox/*"]

[tool.yapf]
Expand Down