Skip to content

Commit 223cf8a

Browse files
authored
Bump flake8 from 6.1.0 to 7.0.0 (#15)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents e0de400 + 983fad1 commit 223cf8a

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
@@ -48,7 +48,7 @@ email = "[email protected]"
4848

4949
[project.optional-dependencies]
5050
dev-flake8 = [
51-
"flake8 == 6.1.0",
51+
"flake8 == 7.0.0",
5252
"flake8-docstrings == 1.7.0",
5353
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5454
"pydoclint == 0.3.8",

0 commit comments

Comments
 (0)