Skip to content

Commit

Permalink
Pre commit auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyNotHugo committed Jan 31, 2024
1 parent 1f2a1d8 commit a0d9310
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -9,11 +9,11 @@ repos:
- id: check-added-large-files
- id: debug-statements
- repo: https://github.com/psf/black
rev: "23.7.0"
rev: "24.1.1"
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.5.0"
rev: "v1.8.0"
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -23,7 +23,7 @@ repos:
- types-pytz
- types-python-dateutil
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.284'
rev: 'v0.1.15'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
2 changes: 2 additions & 0 deletions bin/todo
@@ -1,4 +1,6 @@
#!/usr/bin/env python
from __future__ import annotations

from todoman.cli import cli

if __name__ == "__main__":
Expand Down

0 comments on commit a0d9310

Please sign in to comment.