Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#401)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 11, 2023
1 parent b62f181 commit 45f8fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
args:
Expand Down
6 changes: 2 additions & 4 deletions bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,8 @@ def should_warn(self, code):
return True

LOG.info(
(
"Optional warning %s not present in selected warnings: %r. Not "
"firing it at all."
),
"Optional warning %s not present in selected warnings: %r. Not "
"firing it at all.",
code,
self.options.select,
)
Expand Down

0 comments on commit 45f8fc5

Please sign in to comment.