Skip to content

Commit

Permalink
jeez
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Dec 21, 2024
1 parent 7391dc2 commit 607db51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
- id: typecheck
name: Typecheck
entry: uv run mypy .
additional_dependencies: [mypy]
language: system
types: [python]
language: python
pass_filenames: false
require_serial: true
3 changes: 2 additions & 1 deletion docs/hooks.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import logging
from typing import Any

log = logging.getLogger("mkdocs")


def on_pre_build(config, **kwargs):
def on_pre_build(config: Any, **kwargs: Any) -> None:
"""Add any pre-build hooks here."""
pass
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 607db51

Please sign in to comment.