Skip to content

Commit 9a43328

Browse files
authored
Merge pull request #14 from taskiq-python/feature/request-scopes
2 parents 4cbe2b6 + 6079432 commit 9a43328

File tree

6 files changed

+348
-475
lines changed

6 files changed

+348
-475
lines changed

.flake8

Lines changed: 0 additions & 121 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
python-version: "3.9"
1919
- name: Install deps
2020
run: poetry install
21+
- name: Set version
22+
run: poetry version "${{ github.ref_name }}"
2123
- name: Release package
2224
env:
2325
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ repos:
3535
pass_filenames: false
3636
types: [python]
3737
args:
38+
- check
3839
- "--fix"
3940
- "taskiq_fastapi"

0 commit comments

Comments
 (0)