python-learning/rate_limiters/lint_and_format.sh

4 lines
56 B
Bash
Raw Normal View History

2026-05-09 20:17:23 +00:00
#!/bin/bash
ruff format .
ruff check --select I --fix .