diff --git a/scripts/filter_pre_commit_hooks.py b/scripts/filter_pre_commit_hooks.py index 1450444..7378cab 100644 --- a/scripts/filter_pre_commit_hooks.py +++ b/scripts/filter_pre_commit_hooks.py @@ -1,6 +1,6 @@ # # /// script -# requires-python = ">=3.10" +# requires-python = ">=3.9" # /// # # This work is available under the ISC license. @@ -25,7 +25,7 @@ from pathlib import Path from typing import Literal -VERSION = "1.1.0" +VERSION = "1.1.1" parser = ArgumentParser( description=(