8000 Python lint: Ruff rules for comprehensions and performance (#512) · SecretiveShell/mcp-python-sdk@babb477 · GitHub
[go: up one dir, main page]

Skip to content

Python lint: Ruff rules for comprehensions and performance (#512) #3

Python lint: Ruff rules for comprehensions and performance (#512)

Python lint: Ruff rules for comprehensions and performance (#512) #3

Workflow file for this run

name: Main branch checks
on:
push:
branches:
- main
- "v*.*.*"
tags:
- "v*.*.*"
jobs:
checks:
uses: ./.github/workflows/shared.yml
0