diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6df2190..c17b158 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/bugbear.py b/bugbear.py index f76b3bf..075a5ba 100644 --- a/bugbear.py +++ b/bugbear.py @@ -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, )