Skip to content

Commit

Permalink
chore: update ruff in pre-commit and --fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Aug 20, 2024
1 parent c894e0c commit f34a5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.4.2'
rev: 'v0.6.1'
hooks:
- id: ruff
args: [--fix]
Expand Down
2 changes: 1 addition & 1 deletion cridlib/strategy/now.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Handle currently running show."""

import xml.etree.ElementTree as ET # noqa: N817
import xml.etree.ElementTree as ET
from pathlib import PurePath

from uritools import urisplit # type: ignore[import-untyped]
Expand Down

0 comments on commit f34a5e0

Please sign in to comment.