Skip to content

Commit

Permalink
adopting poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Nov 3, 2024
1 parent 6e374b1 commit c60d004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/bin/cloc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail

# Script to count non-comment, non-docstring lines of Python code in Pulumi IaC
# Usage: ./cloc
# Usage: ~$ cloc
# Description: Analyzes Python code in the ./pulumi directory, excluding:
# - Comments (lines starting with #)
# - Empty lines and whitespace
Expand Down

0 comments on commit c60d004

Please sign in to comment.