Skip to content

Commit e65b9a9

Browse files
Merge pull request #28 from christopherpickering/dev
2 parents 3deeff1 + fd66489 commit e65b9a9

File tree

7 files changed

+1818
-654
lines changed

7 files changed

+1818
-654
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333

3434
- name: Build and publish package
3535
if: steps.semantic.outputs.new_release_published == 'true'
36-
uses: JRubics/poetry-publish@v1.15
36+
uses: JRubics/poetry-publish@v1.16
3737
with:
3838
pypi_token: ${{ secrets.PYPI_API_TOKEN }}

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ repos:
2626
- id: pyupgrade
2727
args: [--py36-plus]
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 5.11.4
29+
rev: 5.12.0
3030
hooks:
3131
- id: isort
3232
exclude: docs*
3333
additional_dependencies: [toml]
3434
- repo: https://github.com/psf/black
35-
rev: 22.12.0
35+
rev: 23.1.0
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
39-
rev: v2.5.0
39+
rev: v2.6.0
4040
hooks:
4141
- id: pretty-format-ini
4242
args: [--autofix]

flask_session/sessions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ def __init__(
470470
import pymongo
471471

472472
if client is None:
473-
474473
if tz_aware:
475474
client = pymongo.MongoClient(tz_aware=tz_aware)
476475
else:
@@ -1108,7 +1107,6 @@ def __init__(
11081107
use_signer=False,
11091108
permanent=True,
11101109
):
1111-
11121110
import peewee
11131111

11141112
if db:

0 commit comments

Comments
 (0)