Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.9.0
rev: 26.1.0
hooks:
- id: black
exclude: core/tests
Expand All @@ -39,7 +39,7 @@ repos:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.3
rev: v0.14.14
hooks:
- id: ruff
exclude: core/tests
Expand Down
1 change: 0 additions & 1 deletion core/src/stdlib/pyscript/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def another_handler(event):
from pyscript import document, when, Event # noqa: F401
from pyscript.ffi import create_proxy, is_none


# Utility functions for finding and wrapping DOM elements.


Expand Down
Loading