Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1116)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Mar 13, 2024
1 parent 00ebe42 commit e3a2e2c
Show file tree
Hide file tree
Showing 7 changed files with 6 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 @@ -43,7 +43,7 @@ repos:
hooks:
- id: blacken-docs
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.2.2'
rev: 'v0.3.2'
hooks:
- id: ruff
args: [--fix]
Expand Down
1 change: 1 addition & 0 deletions core/templatetags/typogrify_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
License: http://www.opensource.org/licenses/mit-license.php
"""

import re

from django import template
Expand Down
1 change: 0 additions & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
fab -l
"""


import time

from fabric.api import * # noqa
Expand Down
1 change: 1 addition & 0 deletions feeds/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""url patterns for the feeds"""

from django.urls import path

from .feeds import AtomLatestPackagesFeed, RssLatestPackagesFeed
Expand Down
3 changes: 1 addition & 2 deletions grid/forms.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Forms for the :mod:`grid` app
"""
"""Forms for the :mod:`grid` app"""

from django.forms import BooleanField, ChoiceField, Form, ModelForm
from django.utils.translation import gettext_lazy as _
Expand Down
1 change: 1 addition & 0 deletions settings/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Local test settings and globals which allows us to run our test suite
locally.
"""

import logging

from settings.base import * # noqa
Expand Down
1 change: 1 addition & 0 deletions wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
framework.
"""

import os

from django.core.wsgi import get_wsgi_application
Expand Down

0 comments on commit e3a2e2c

Please sign in to comment.