Skip to content

Commit

Permalink
add ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Jul 24, 2024
1 parent 3d9257f commit ac57a45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
set -euo pipefail

ruff check --select=ALL --ignore=PTH,ANN,D,ERA keyfinder
black --check --diff keyfinder

0 comments on commit ac57a45

Please sign in to comment.