mirror of
https://github.com/BillyOutlast/kali-mcp.git
synced 2026-07-01 16:04:12 -04:00
Update linting configuration to ignore specific errors and enhance linting command
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ venv = "venv"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "I"]
|
||||
ignore = []
|
||||
ignore = ["E501"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 88
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@ run_typecheck() {
|
||||
run_lint() {
|
||||
echo "===== Running linting ====="
|
||||
ensure_tool ruff
|
||||
ruff check .
|
||||
ruff check --fix .
|
||||
}
|
||||
|
||||
run_format() {
|
||||
|
||||
Reference in New Issue
Block a user