Skip to content

Commit

Permalink
Merge pull request #188 from valohai/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
valberg authored Sep 15, 2023
2 parents bb9a79e + 2e68c5d commit a6a239b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
rev: v0.0.288
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
# Enable two-factor auth.
ACCOUNT_ADAPTER = "allauth_2fa.adapter.OTPAdapter"

STATIC_URL = "/static/"
STATIC_URL = "/static/"

0 comments on commit a6a239b

Please sign in to comment.