Skip to content

Commit c3cae19

Browse files
authored
Bump flake8 from 6.1.0 to 7.0.0 (#146)
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/flake8/commit/88a4f9b2f48fc44b025a48fa6a8ac7cc89ef70e0"><code>88a4f9b</code></a> Release 7.0.0</li> <li><a href="https://github.com/PyCQA/flake8/commit/6f3a60dd460f473aa0017f3d6b3164106b0d2fdc"><code>6f3a60d</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/flake8/issues/1906">#1906</a> from PyCQA/upgrade-pyflakes</li> <li><a href="https://github.com/PyCQA/flake8/commit/cde8570df3bf4b647dfa65a97613fb325a9f1bbd"><code>cde8570</code></a> upgrade pyflakes to 3.2.x</li> <li><a href="https://github.com/PyCQA/flake8/commit/2ab9d76639c43f7462191e46c18afb31a15e9e36"><code>2ab9d76</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/flake8/issues/1903">#1903</a> from PyCQA/pre-commit-ci-update-config</li> <li><a href="https://github.com/PyCQA/flake8/commit/e27611f1eadc16a5bd02125aa8a054c632d3b0c7"><code>e27611f</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/PyCQA/flake8/commit/9d20be1d1f07513b82088860caa7130e2ac49618"><code>9d20be1</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/flake8/issues/1902">#1902</a> from PyCQA/pre-commit-ci-update-config</li> <li><a href="https://github.com/PyCQA/flake8/commit/06c1503842ee90a4cca5ed57908c0f27595a6f4d"><code>06c1503</code></a> [pre-commit.ci] auto fixes from pre-commit.com hooks</li> <li><a href="https://github.com/PyCQA/flake8/commit/b67ce03a4a9c9902fea163021a844f34287ee6bc"><code>b67ce03</code></a> Fix bugbear lints</li> <li><a href="https://github.com/PyCQA/flake8/commit/c8801c129ab3138c4f3db4841d76bb30ed8e3f8c"><code>c8801c1</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/PyCQA/flake8/commit/045f297f89a4d6b7f1bb6dc6e62f6eb506aec320"><code>045f297</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/flake8/issues/1893">#1893</a> from PyCQA/pre-commit-ci-update-config</li> <li>Additional commits viewable in <a href="https://github.com/pycqa/flake8/compare/6.1.0...7.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flake8&package-manager=pip&previous-version=6.1.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 9f8a72d + a19d14d commit c3cae19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ email = "[email protected]"
3838

3939
[project.optional-dependencies]
4040
dev-flake8 = [
41-
"flake8 == 6.1.0",
41+
"flake8 == 7.0.0",
4242
"flake8-docstrings == 1.7.0",
4343
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4444
"pydoclint == 0.4.0",

0 commit comments

Comments
 (0)