Skip to content

Commit

Permalink
Update script filter_pre_commit_hooks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Jan 5, 2025
1 parent e727c3e commit e2ec99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/filter_pre_commit_hooks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# /// script
# requires-python = ">=3.10"
# requires-python = ">=3.9"
# ///
#
# This work is available under the ISC license.
Expand All @@ -25,7 +25,7 @@
from pathlib import Path
from typing import Literal

VERSION = "1.1.0"
VERSION = "1.1.1"

parser = ArgumentParser(
description=(
Expand Down

0 comments on commit e2ec99d

Please sign in to comment.