Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EvansPauliuts committed Aug 24, 2023
1 parent 2118959 commit 484995d
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: double-quote-string-fixer

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

Expand All @@ -30,7 +30,7 @@ repos:
args: ['--profile', 'black']

- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: [--py36-plus]
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11.4
1 change: 0 additions & 1 deletion core/comment/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Generated by Django 4.2.3 on 2023-07-05 06:49

import uuid

import django.db.models.deletion
Expand Down
1 change: 0 additions & 1 deletion core/post/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Generated by Django 4.2.3 on 2023-07-04 12:36

import uuid

import django.db.models.deletion
Expand Down
1 change: 0 additions & 1 deletion core/user/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Generated by Django 4.2.3 on 2023-07-04 10:34

import uuid

from django.db import migrations, models
Expand Down
1 change: 0 additions & 1 deletion core/user/migrations/0002_user_posts_liked.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Generated by Django 4.2.3 on 2023-07-04 13:28

from django.db import migrations, models


Expand Down
1 change: 0 additions & 1 deletion core/user/migrations/0003_user_avatar.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Generated by Django 4.2.3 on 2023-07-05 11:51

from django.db import migrations, models

import core.user.models
Expand Down
1 change: 0 additions & 1 deletion core_root/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
For more information on this file, see
https://docs.djangoproject.com/en/4.2/howto/deployment/asgi/
"""

import os

from django.core.asgi import get_asgi_application
Expand Down
1 change: 0 additions & 1 deletion core_root/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
For more information on this file, see
https://docs.djangoproject.com/en/4.2/howto/deployment/wsgi/
"""

import os

from django.core.wsgi import get_wsgi_application
Expand Down

0 comments on commit 484995d

Please sign in to comment.