Skip to content

Commit 45f8fc5

Browse files
[pre-commit.ci] pre-commit autoupdate (#401)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
1 parent b62f181 commit 45f8fc5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: isort
99

1010
- repo: https://github.com/psf/black
11-
rev: 23.3.0
11+
rev: 23.7.0
1212
hooks:
1313
- id: black
1414
args:

bugbear.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,8 @@ def should_warn(self, code):
184184
return True
185185

186186
LOG.info(
187-
(
188-
"Optional warning %s not present in selected warnings: %r. Not "
189-
"firing it at all."
190-
),
187+
"Optional warning %s not present in selected warnings: %r. Not "
188+
"firing it at all.",
191189
code,
192190
self.options.select,
193191
)

0 commit comments

Comments
 (0)