Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1117)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2)
- [github.com/PyCQA/flake8: 6.1.0 → 7.1.0](PyCQA/flake8@6.1.0...7.1.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 12, 2024
1 parent 5151847 commit 7cb378c
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.1.0
hooks:
- id: flake8
2 changes: 0 additions & 2 deletions jazzband/hookserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@


class Hooks(object):

"""The Hooks object registers handlers to GitHub webhooks events.
:param app: the optional :class:`~flask.Flask` instance to register
Expand Down Expand Up @@ -108,7 +107,6 @@ def wrapper(fn):


class _timed_memoize(object):

"""Decorator that caches the value of function.
Does not care about arguments to the function, will still only cache
Expand Down
1 change: 1 addition & 0 deletions migrations/versions/0bc7f15b1164_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: 7f447c94347a
Create Date: 2017-11-19 22:22:16.026133
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions migrations/versions/1083bb6545c9_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: 56c000fd001d
Create Date: 2017-10-30 20:20:34.414930
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql
Expand Down
1 change: 1 addition & 0 deletions migrations/versions/17164a7d1c2e_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: cc0e3906ecfb
Create Date: 2017-09-28 19:53:27.500788
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql
Expand Down
1 change: 1 addition & 0 deletions migrations/versions/1b61e2aecb30_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: e40889bed1ba
Create Date: 2019-04-13 20:03:55.206723
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy_utils import JSONType
Expand Down
1 change: 1 addition & 0 deletions migrations/versions/2c9e39e05b87_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: 1083bb6545c9
Create Date: 2017-10-30 20:22:24.721562
"""

from alembic import op

# revision identifiers, used by Alembic.
Expand Down
1 change: 1 addition & 0 deletions migrations/versions/31a627ff26d0_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: d3b2cffb2b9c
Create Date: 2018-05-18 16:05:12.490642
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions migrations/versions/56c000fd001d_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: bcc2ac4b6ecc
Create Date: 2017-10-30 20:19:07.278647
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql
Expand Down
1 change: 1 addition & 0 deletions migrations/versions/5eff8a811c74_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: 90291b6d31e4
Create Date: 2021-03-26 19:37:03.459550
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions migrations/versions/73d96d3120ff_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: 2c9e39e05b87
Create Date: 2017-11-06 18:14:34.532051
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql
Expand Down
1 change: 1 addition & 0 deletions migrations/versions/7f447c94347a_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: a78f4b5d7dee
Create Date: 2017-11-17 14:59:36.177805
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions migrations/versions/90291b6d31e4_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: a74099e498a6
Create Date: 2021-03-26 13:47:53.109876
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions migrations/versions/9cbd7c1a6757_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: 31a627ff26d0
Create Date: 2018-05-18 19:31:27.158543
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions migrations/versions/a74099e498a6_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: b09168ebba73
Create Date: 2019-04-16 13:34:33.857569
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions migrations/versions/a78f4b5d7dee_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: 73d96d3120ff
Create Date: 2017-11-16 23:18:23.416997
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions migrations/versions/b09168ebba73_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Revises: 1b61e2aecb30
Create Date: 2019-04-13 20:31:39.824633
"""

from alembic import op

# revision identifiers, used by Alembic.
Expand Down
1 change: 1 addition & 0 deletions migrations/versions/b72321d58252_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: 9cbd7c1a6757
Create Date: 2018-12-21 10:48:52.299292
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions migrations/versions/bcc2ac4b6ecc_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: 17164a7d1c2e
Create Date: 2017-09-29 20:53:22.786200
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql
Expand Down
1 change: 1 addition & 0 deletions migrations/versions/c6604f3c217b_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: 5eff8a811c74
Create Date: 2021-03-26 20:34:56.095188
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions migrations/versions/cc0e3906ecfb_.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Revises: None
Create Date: 2016-04-15 22:29:04.751309
"""

import sqlalchemy as sa
from alembic import op

Expand Down
1 change: 1 addition & 0 deletions migrations/versions/d3b2cffb2b9c_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: 0bc7f15b1164
Create Date: 2017-11-20 14:25:57.182902
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql
Expand Down
1 change: 1 addition & 0 deletions migrations/versions/e40889bed1ba_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Revises: b72321d58252
Create Date: 2019-02-10 21:55:49.665314
"""

import sqlalchemy as sa
from alembic import op

Expand Down

0 comments on commit 7cb378c

Please sign in to comment.