Skip to content

Commit

Permalink
Merge pull request #26 from haochenpan/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
haochenpan authored Aug 15, 2024
2 parents 9d6fab5 + 943e2e2 commit a71bed6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
rev: 1.8.7
hooks:
- id: nbqa-ruff
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
hooks:
- id: nbstripout
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
rev: v0.5.0
rev: v0.5.7
hooks:
- id: ruff
args:
- '--fix'
- id: ruff-format
- repo: 'https://github.com/pre-commit/mirrors-mypy'
rev: v1.10.1
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: []
2 changes: 1 addition & 1 deletion web_service/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ async def update_topic_partitions(
'reason': 'newpartitions must be an integer in string format.',
}

async def grant_or_revoke_user_access( # noqa: PLR0913
async def grant_or_revoke_user_access(
self,
topic: str,
subject: str = Depends(extract_val('subject')),
Expand Down

0 comments on commit a71bed6

Please sign in to comment.