Skip to content

Commit

Permalink
Merge pull request #142 from spousesupportgroup/pre-commit-ci-update-…
Browse files Browse the repository at this point in the history
…config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Marwel authored Feb 3, 2024
2 parents 1b4c7dc + 1d9b923 commit 7cc69d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
args: [--py311-plus]

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black

Expand All @@ -41,7 +41,7 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8

Expand Down
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Base settings to build other settings files upon.
"""

from pathlib import Path

import environ
Expand Down
1 change: 1 addition & 0 deletions config/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
framework.
"""

import os
import sys
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions postthis/users/tests/test_forms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Module for all Form Tests.
"""

from django.utils.translation import gettext_lazy as _

from postthis.users.forms import UserAdminCreationForm
Expand Down

0 comments on commit 7cc69d0

Please sign in to comment.