Skip to content

Commit 1fbf521

Browse files
Bump flake8 from 7.1.2 to 7.2.0 (#476)
* Bump flake8 from 7.1.2 to 7.2.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.2 to 7.2.0. - [Commits](PyCQA/flake8@7.1.2...7.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Sync version change to .pre-commit-config.yaml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Boyd <[email protected]>
1 parent 8ad7096 commit 1fbf521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: isort
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 7.1.2 # ensure in sync with pyproject.toml
23+
rev: 7.2.0 # ensure in sync with pyproject.toml
2424
hooks:
2525
- id: flake8
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ doc = [
7979
style = [
8080
# NB: ensure these remain synced with .pre-commit-config.yaml
8181
"codespell==2.4.1",
82-
"flake8==7.1.2",
82+
"flake8==7.2.0",
8383
]
8484
tests = [
8585
"pytest",

0 commit comments

Comments
 (0)