Skip to content

Commit 900523a

Browse files
Bump the pre-commit group with 2 updates
Bumps the pre-commit group with 2 updates: flake8-bugbear and [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format). Updates `flake8-bugbear` from 25.11.29 to 26.9.9 Updates `https://github.com/pre-commit/mirrors-clang-format` from v23.1.0 to 23.1.1 - [Commits](pre-commit/mirrors-clang-format@v23.1.0...v23.1.1) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-version: 26.9.9 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pre-commit - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 23.1.1 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53ac592 commit 900523a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ repos:
8787
args: ["--config=.flake8"]
8888
additional_dependencies:
8989
- flake8-docstrings==1.7.0
90-
- flake8-bugbear==25.11.29
90+
- flake8-bugbear==26.9.9
9191
- repo: https://github.com/pre-commit/mirrors-clang-format
92-
rev: v23.1.0
92+
rev: v23.1.1
9393
hooks:
9494
- id: clang-format
9595
args: ["-i"]

0 commit comments

Comments
 (0)