Skip to content

Commit bcee6a5

Browse files
authored
Merge pull request #54 from George-Ogden/key-error
Key Error
2 parents 2cec06c + 41926c9 commit bcee6a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
entry: ./run-mypy.sh
2727
language: script
2828
types: [python]
29-
require-serial: true
29+
require_serial: true
3030

3131
- id: todo-check
3232
name: Check for `todo`s

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repos:
8989
- --fix
9090

9191
- repo: https://github.com/George-Ogden/pre-commit-hooks/
92-
rev: v2.0.0
92+
rev: v2.0.1
9393
hooks:
9494
- id: dbg-check
9595
exclude: ^test/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Pre-Commit-Hooks"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
requires-python = ">=3.9,<3.15"
55

66
[build-system]

0 commit comments

Comments
 (0)