Skip to content

Commit

Permalink
Fixed request scopes for tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Aug 29, 2024
1 parent 4cbe2b6 commit 6079432
Show file tree
Hide file tree
Showing 6 changed files with 348 additions and 475 deletions.
121 changes: 0 additions & 121 deletions .flake8

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
python-version: "3.9"
- name: Install deps
run: poetry install
- name: Set version
run: poetry version "${{ github.ref_name }}"
- name: Release package
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ repos:
pass_filenames: false
types: [python]
args:
- check
- "--fix"
- "taskiq_fastapi"
Loading

0 comments on commit 6079432

Please sign in to comment.