Skip to content

Commit 31f6cc3

Browse files
Bump flake8-bugbear from 24.12.12 to 25.10.21 (#1404)
* Bump flake8-bugbear from 24.12.12 to 25.10.21 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.12.12 to 25.10.21. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](PyCQA/flake8-bugbear@24.12.12...25.10.21) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-version: 25.10.21 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Fix flake8 bugbear --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ajax146 <[email protected]>
1 parent 72c1720 commit 31f6cc3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ emoji = "==2.14.1"
1313
expiringdict = "==1.2.2"
1414
flake8 = "==7.3.0"
1515
flake8-annotations = "==3.2.0"
16-
flake8-bugbear = "==24.12.12"
16+
flake8-bugbear = "==25.10.21"
1717
flake8-docstrings-complete = "==1.4.1"
1818
flake8-modern-annotations = "==1.6.0"
1919
flake8-variables-names = "==0.0.6"

Pipfile.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

techsupport_bot/core/custom_errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class FactoidNotFoundError(commands.errors.CommandError):
4545
"""
4646

4747
def __init__(self: Self, factoid: str) -> None:
48+
super().__init__(factoid)
4849
self.dont_print_trace = True
4950
self.argument = factoid
5051

0 commit comments

Comments
 (0)