unwind/scripts/lint-py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
140 B
Text
Raw Normal View History

2021-07-25 19:01:25 +02:00
#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
2023-02-03 22:10:11 +01:00
autoflake --quiet --check --recursive unwind
isort unwind
2021-07-25 19:01:25 +02:00
black unwind
2021-11-02 14:25:50 +01:00
pyright