Skip to content

Commit

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

updates:
- [github.com/PyCQA/pylint: v3.1.0 → v3.2.2](pylint-dev/pylint@v3.1.0...v3.2.2)

* Ignore false positive

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kiran Jonnalagadda <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and jace authored May 22, 2024
1 parent 2c97db0 commit c6a0fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ repos:
- id: flake8
additional_dependencies: *flake8deps
- repo: https://github.com/PyCQA/pylint
rev: v3.1.0
rev: v3.2.2
hooks:
- id: pylint
args: [
Expand Down
1 change: 1 addition & 0 deletions src/baseframe/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def gen_assets_url(assets: list[str]) -> str:
else:
abort(400)

# pylint: disable=possibly-used-before-assignment
bundle.env = current_app.assets # type: ignore[attr-defined]
return bundle.urls()[0]

Expand Down

0 comments on commit c6a0fa7

Please sign in to comment.