Skip to content

Commit ec3cd01

Browse files
chore(deps): bump the pre-commit group across 1 directory with 5 updates
Bumps the pre-commit group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [https://github.com/commitizen-tools/commitizen](https://github.com/commitizen-tools/commitizen) | `v4.13.10` | `4.16.3` | | [https://github.com/ambv/black](https://github.com/ambv/black) | `26.3.1` | `26.5.1` | | black | `26.3.1` | `26.5.1` | | flake8-noqa | `1.4.0` | `1.5.0` | | flake8-pyi | `25.5.0` | `26.5.0` | Updates `https://github.com/commitizen-tools/commitizen` from v4.13.10 to 4.16.3 - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](commitizen-tools/commitizen@2ca29f9...286da54) Updates `https://github.com/ambv/black` from 26.3.1 to 26.5.1 - [Release notes](https://github.com/ambv/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@c6755bb...87928e6) Updates `black` from 26.3.1 to 26.5.1 Updates `flake8-noqa` from 1.4.0 to 1.5.0 Updates `flake8-pyi` from 25.5.0 to 26.5.0 --- updated-dependencies: - dependency-name: https://github.com/commitizen-tools/commitizen dependency-version: 4.16.3 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/ambv/black dependency-version: 26.5.1 dependency-type: direct:production dependency-group: pre-commit - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pre-commit - dependency-name: flake8-noqa dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pre-commit - dependency-name: flake8-pyi dependency-version: 26.5.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pre-commit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a5a2c2 commit ec3cd01

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515

1616
# Commitizen enforces semantic and conventional commit messages.
1717
- repo: https://github.com/commitizen-tools/commitizen
18-
rev: 2ca29f9297911f8f5a4e8f97100b7832f045e8d3 # frozen: v4.13.10
18+
rev: 286da5488db79f4cf5261e14a3c8976d89b5aa70 # frozen: v4.16.3
1919
hooks:
2020
- id: commitizen
2121
name: Check conventional commit message
@@ -32,7 +32,7 @@ repos:
3232

3333
# Add Black code formatters.
3434
- repo: https://github.com/ambv/black
35-
rev: c6755bb741b6481d6b3d3bb563c83fa060db96c9 # frozen: 26.3.1
35+
rev: 87928e6d6761a4a6d22250e1fee5601b3998086e # frozen: 26.5.1
3636
hooks:
3737
- id: black
3838
name: Format code
@@ -43,7 +43,7 @@ repos:
4343
- id: blacken-docs
4444
name: Format code in docstrings
4545
args: [--line-length, '120']
46-
additional_dependencies: [black==26.3.1]
46+
additional_dependencies: [black==26.5.1]
4747

4848
# Upgrade and rewrite Python idioms.
4949
- repo: https://github.com/asottile/pyupgrade
@@ -63,7 +63,7 @@ repos:
6363
name: Check flake8 issues
6464
files: ^src/package/|^tests/
6565
types: [text, python]
66-
additional_dependencies: [flake8-bugbear==25.11.29, flake8-builtins==3.1.0, flake8-comprehensions==3.17.0, flake8-docstrings==1.7.0, flake8-logging==1.8.0, flake8-mutable==1.2.0, flake8-noqa==1.4.0, flake8-print==5.0.0, flake8-pyi==25.5.0, flake8-pytest-style==2.2.0, flake8-rst-docstrings==0.4.0, pep8-naming==0.15.1]
66+
additional_dependencies: [flake8-bugbear==25.11.29, flake8-builtins==3.1.0, flake8-comprehensions==3.17.0, flake8-docstrings==1.7.0, flake8-logging==1.8.0, flake8-mutable==1.2.0, flake8-noqa==1.5.0, flake8-print==5.0.0, flake8-pyi==26.5.0, flake8-pytest-style==2.2.0, flake8-rst-docstrings==0.4.0, pep8-naming==0.15.1]
6767
args: [--config, .flake8]
6868

6969
# Run Pylint from the local repo to make sure venv packages

0 commit comments

Comments
 (0)