Skip to content

Commit ec7a56a

Browse files
committed
Update pre-commit
1 parent 858770d commit ec7a56a

11 files changed

+13
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.1.7
9+
rev: v0.12.12
1010
hooks:
1111
- id: ruff
1212
args: [ --fix, --exit-non-zero-on-fix ]
1313

1414
- repo: https://github.com/psf/black
15-
rev: 23.11.0
15+
rev: 25.1.0
1616
hooks:
1717
- id: black

migrations/versions/0151da823114_add_footer_to_event.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2023-02-07 21:40:58.296724
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011

migrations/versions/02fcfdcb4b37_.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Create Date: 2020-10-25 15:21:23.161567
88
99
"""
10+
1011
import sqlalchemy as sa
1112
from alembic import op
1213

migrations/versions/288c44807361_.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2020-08-18 12:38:16.331163
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011

migrations/versions/392917c0d63f_.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2020-01-13 13:46:50.916435
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011

migrations/versions/6799f436c654_add_shortlink_to_event.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2023-01-21 23:10:48.893190
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011

migrations/versions/6cfe97168561_add_tu_status_field_to_person_and_.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2021-01-24 13:08:53.956243
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011

migrations/versions/742e6adb504c_increase_length_of_password_hash_field.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2024-01-19 12:51:21.629225
66
77
"""
8+
89
from alembic import op
910
import sqlalchemy as sa
1011

migrations/versions/94cbf12be25a_rename_status_to_status_name_to_enable_.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2022-04-23 15:59:34.763758
66
77
"""
8+
89
from alembic import op
910

1011
# revision identifiers, used by Alembic.

migrations/versions/aaabaee93687_.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2019-11-20 13:44:32.279829
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011

0 commit comments

Comments
 (0)