Skip to content

Commit 7cd84da

Browse files
Bump the actions-deps group with 2 updates
Bumps the actions-deps group with 2 updates: [https://github.com/psf/black](https://github.com/psf/black) and [https://github.com/pycqa/flake8](https://github.com/pycqa/flake8). Updates `https://github.com/psf/black` from 24.1.1 to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.1.1...26.3.1) Updates `https://github.com/pycqa/flake8` from 7.0.0 to 7.3.0 - [Commits](PyCQA/flake8@7.0.0...7.3.0) --- updated-dependencies: - dependency-name: https://github.com/psf/black dependency-version: 26.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: https://github.com/pycqa/flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a17dcf1 commit 7cd84da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.1.1
3+
rev: 26.3.1
44
hooks:
55
- id: black
66
args: [--target-version=py36]
77
- repo: https://github.com/pycqa/flake8
8-
rev: 7.0.0
8+
rev: 7.3.0
99
hooks:
1010
- id: flake8
1111
# default black line length is 88

0 commit comments

Comments
 (0)