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.
2 parents 2cec06c + 41926c9 commit bcee6a5Copy full SHA for bcee6a5
.pre-commit-hooks.yaml
@@ -26,7 +26,7 @@
26
entry: ./run-mypy.sh
27
language: script
28
types: [python]
29
- require-serial: true
+ require_serial: true
30
31
- id: todo-check
32
name: Check for `todo`s
README.md
@@ -89,7 +89,7 @@ repos:
89
- --fix
90
91
- repo: https://github.com/George-Ogden/pre-commit-hooks/
92
- rev: v2.0.0
+ rev: v2.0.1
93
hooks:
94
- id: dbg-check
95
exclude: ^test/
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "Pre-Commit-Hooks"
3
-version = "2.0.0"
+version = "2.0.1"
4
requires-python = ">=3.9,<3.15"
5
6
[build-system]
0 commit comments