We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4b27c commit aa16595Copy full SHA for aa16595
audit.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+set -euxo pipefail
3
+
4
+hatch fmt --check
5
+hatch run dev:codespell .
6
+hatch run dev:pyright .
0 commit comments