Skip to content

Commit

Permalink
Chore/updating deps (#15)
Browse files Browse the repository at this point in the history
* chore: updating deps

* chore: updating deps

* chore: updating deps
  • Loading branch information
Artui authored Aug 8, 2024
1 parent 080db3e commit 91bdb53
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 289 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -14,11 +14,11 @@ repos:
- id: isort

- repo: https://github.com/ambv/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
1 change: 1 addition & 0 deletions examples/nested_example/nested_example/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""

from django.contrib import admin
from django.urls import path

Expand Down
Loading

0 comments on commit 91bdb53

Please sign in to comment.