File: lint

package info (click to toggle)
hishel 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,548 kB
  • sloc: python: 6,387; sh: 13; makefile: 4
file content (5 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#! /bin/bash -ex

uv run ruff check --fix $SOURCE_FILES
uv run ruff format $SOURCE_FILES
uv run python unasync.py