mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
chore: add pylint configration on pyproject.toml
and drop CI check with pylint Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -110,6 +110,9 @@ source = ["aqt", "tests"]
|
||||
show_missing = true
|
||||
exclude_lines = ["if __name__ == .__main__.:", "pragma: no-cover", "@abstract", "def __repr__"]
|
||||
|
||||
[tool.pylint]
|
||||
max-line-length = 125
|
||||
|
||||
[tool.black]
|
||||
line-length = 125
|
||||
target-version = ['py312']
|
||||
|
||||
Reference in New Issue
Block a user