Skip to content

Commit 0ec9ff9

Browse files
authored
Merge pull request #164 from SmoFlaDru/pre-commit-ci-update-config
2 parents fcecde4 + 8a3732b commit 0ec9ff9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.7
3+
rev: v0.9.9
44
hooks:
55
- id: ruff
66
args: [ --fix ]

spybot/auth/backend/link_backend.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from spybot.models import LoginLink, MergedUser
32

43

spybot/templatetags/__init__.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
from spybot.templatetags import ts_filters as ts_filters, tabler_icons as tabler_icons, util as util
1+
from spybot.templatetags import (
2+
ts_filters as ts_filters,
3+
tabler_icons as tabler_icons,
4+
util as util,
5+
)

0 commit comments

Comments
 (0)