mirror of
				https://github.com/anthropics/claude-agent-sdk-python.git
				synced 2025-10-06 01:00:03 +03:00 
			
		
		
		
	Fix lint and test
This commit is contained in:
		| @@ -3,8 +3,8 @@ | ||||
| ```bash | ||||
| # Lint and style | ||||
| # Check for issues and fix automatically | ||||
| python -m ruff check src/ test/ --fix | ||||
| python -m ruff format src/ test/ | ||||
| python -m ruff check src/ tests/ --fix | ||||
| python -m ruff format src/ tests/ | ||||
|  | ||||
| # Typecheck (only done for src/) | ||||
| python -m mypy src/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dickson Tsai
					Dickson Tsai