Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#89)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 →
v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 8, 2025
1 parent 548eac6 commit f9af902
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: codespell
files: ^.*\.(py|md|rst)$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.8.6
hooks:
- id: ruff
args: [ "--fix", "--exit-non-zero-on-fix" ]
Expand Down
4 changes: 2 additions & 2 deletions tin/tests/assertions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
from django.http import HttpResponse, HttpResponseRedirect

__all__ = (
"is_redirect",
"not_redirect",
"is_login_redirect",
"is_redirect",
"not_login_redirect",
"not_redirect",
)


Expand Down
2 changes: 1 addition & 1 deletion tin/tests/create_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from django.contrib.auth import get_user_model

__all__ = ("user_data", "add_users_to_database")
__all__ = ("add_users_to_database", "user_data")

# fmt: off
user_data = [
Expand Down

0 comments on commit f9af902

Please sign in to comment.