diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 73e020f..e03a923 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ jishaku = "2.5.1" black = "23.7.0" taskipy = "1.12.0" ruff = "0.0.287" -pre-commit = "3.3.3" +pre-commit = "3.4.0" [tool.taskipy.tasks] start = "python -m arthur" |