Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

warning: The top-level linter settings are deprecated in favour of their counterparts in thelint section#165

Sagor0078 started this conversation inGeneral
Discussion options

HI all,

Added this to solve this in project.toml

[tool.ruff]target-version ="py311"line-length = 130fix =true[tool.ruff.lint]select= ["F",# Pyflakes"E",# pycodestyle"W",# Warning"C",# Complexity (mccabe+) & comprehensions"UP",# pyupgrade"I",# isort]ignore = ["E402",# module level import not at top of file"UP006",# use-pep585-annotation"UP007",# use-pep604-annotation"E741",# Ambiguous variable name]per-file-ignores = {"__init__.py" = ["F401","F403"] }mccabe = { max-complexity = 24 }pydocstyle = { convention ="numpy" }
You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
General
Labels
None yet
1 participant
@Sagor0078

[8]ページ先頭

©2009-2025 Movatter.jp