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 5964b82 commit 2881f74Copy full SHA for 2881f74
README.md
@@ -98,7 +98,7 @@ repos:
98
- id: trailing-whitespace
99
100
- repo: https://github.com/George-Ogden/pre-commit-hooks/
101
- rev: v1.4.1
+ rev: v1.4.2
102
hooks:
103
- id: dbg-check
104
exclude: ^test/
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "Pre-Commit-Hooks"
3
-version = "1.4.1"
+version = "1.4.2"
4
requires-python = ">=3.9,<3.14"
5
6
[project.scripts]
0 commit comments