Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.22
rev: v0.16.0
hooks:
# Run the linter
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion tests/constants_test.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# tests/test_constants.py
"""Enum constants and module surface."""

import pytest
import htmd
import pytest

EXPECTED_CONSTANTS = {
"HeadingStyle": {"ATX": "atx", "SETEX": "setex"},
Expand Down
1 change: 0 additions & 1 deletion tests/text_only_handlers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import htmd


# --- image_placeholder ------------------------------------------------------


Expand Down