From 0bb19b4f56e2c99c7651ac391a964a1c8e59ffa5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 20 Oct 2023 08:49:01 -0500
Subject: [PATCH] Bump ruff from 0.1.0 to 0.1.1 (#287)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.0 to 0.1.1.
Release notes
Sourced from ruff's
releases.
v0.1.1
Changes
Rule changes
- Add unsafe fix for
escape-sequence-in-docstring
(D301
) (#7970)
Configuration
- Respect
#(deprecated)
attribute in configuration
options (#8035)
- Add
[format|lint].exclude
options (#8000)
- Respect
tab-size
setting in formatter (#8006)
- Add
lint.preview
(#8002)
Preview features
- [
pylint
] Implement literal-membership
(PLR6201
) (#7973)
- [
pylint
] Implement
too-many-boolean-expressions
(PLR0916
) (#7975)
- [
pylint
] Implement misplaced-bare-raise
(E0704
) (#7961)
- [
pylint
] Implement global-at-module-level
(W0604
) (#8058)
- [
pylint
] Implement unspecified-encoding
(PLW1514
) (#7939)
- Add fix for
triple-single-quotes
(D300
)
(#7967)
Formatter
- New code style badge for
ruff format
(#7878)
- Fix comments outside expression parentheses (#7873)
- Add
--target-version
to ruff format
(#8055)
- Skip over parentheses when detecting
in
keyword (#8054)
- Add
--diff
option to ruff format
(#7937)
- Insert newline after nested function or class statements (#7946)
- Use
pass
over ellipsis in non-function/class contexts
(#8049)
Bug fixes
- Lazily evaluate all PEP 695 type alias values (#8033)
- Avoid failed assertion when showing fixes from stdin (#8029)
- Avoid flagging HTTP and HTTPS literals in urllib-open (#8046)
- Avoid flagging
bad-dunder-method-name
for
_
(#8015)
- Remove Python 2-only methods from
URLOpen
audit (#8047)
- Use set bracket replacement for
iteration-over-set
to
preserve whitespace and comments (#8001)
Documentation
- Update tutorial to match revised Ruff defaults (#8066)
- Update rule
B005
docs (#8028)
- Update GitHub actions example in docs to use
--output-format
(#8014)
- Document
lint.preview
and format.preview
(#8032)
- Clarify that new rules should be added to
RuleGroup::Preview
. (#7989)
... (truncated)
Changelog
Sourced from ruff's
changelog.
0.1.1
Rule changes
- Add unsafe fix for
escape-sequence-in-docstring
(D301
) (#7970)
Configuration
- Respect
#(deprecated)
attribute in configuration
options (#8035)
- Add
[format|lint].exclude
options (#8000)
- Respect
tab-size
setting in formatter (#8006)
- Add
lint.preview
(#8002)
Preview features
- [
pylint
] Implement literal-membership
(PLR6201
) (#7973)
- [
pylint
] Implement
too-many-boolean-expressions
(PLR0916
) (#7975)
- [
pylint
] Implement misplaced-bare-raise
(E0704
) (#7961)
- [
pylint
] Implement global-at-module-level
(W0604
) (#8058)
- [
pylint
] Implement unspecified-encoding
(PLW1514
) (#7939)
- Add fix for
triple-single-quotes
(D300
)
(#7967)
Formatter
- New code style badge for
ruff format
(#7878)
- Fix comments outside expression parentheses (#7873)
- Add
--target-version
to ruff format
(#8055)
- Skip over parentheses when detecting
in
keyword (#8054)
- Add
--diff
option to ruff format
(#7937)
- Insert newline after nested function or class statements (#7946)
- Use
pass
over ellipsis in non-function/class contexts
(#8049)
Bug fixes
- Lazily evaluate all PEP 695 type alias values (#8033)
- Avoid failed assertion when showing fixes from stdin (#8029)
- Avoid flagging HTTP and HTTPS literals in urllib-open (#8046)
- Avoid flagging
bad-dunder-method-name
for
_
(#8015)
- Remove Python 2-only methods from
URLOpen
audit (#8047)
- Use set bracket replacement for
iteration-over-set
to
preserve whitespace and comments (#8001)
Documentation
- Update tutorial to match revised Ruff defaults (#8066)
- Update rule
B005
docs (#8028)
- Update GitHub actions example in docs to use
--output-format
(#8014)
- Document
lint.preview
and format.preview
(#8032)
- Clarify that new rules should be added to
RuleGroup::Preview
. (#7989)
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff&package-manager=pip&previous-version=0.1.0&new-version=0.1.1)](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)
---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
requirements-dev.txt | 36 ++++++++++++++++++------------------
requirements.txt | 36 ++++++++++++++++++------------------
2 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/requirements-dev.txt b/requirements-dev.txt
index d9823ef..6a12084 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -117,24 +117,24 @@ python-lsp-jsonrpc==1.0.0 \
--hash=sha256:079b143be64b0a378bdb21dff5e28a8c1393fe7e8a654ef068322d754e545fc7 \
--hash=sha256:7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd
# via ruff-lsp (pyproject.toml)
-ruff==0.1.0 \
- --hash=sha256:0d412678bf205787263bb702c984012a4f97e460944c072fd7cfa2bd084857c4 \
- --hash=sha256:299fff467a0f163baa282266b310589b21400de0a42d8f68553422fa6bf7ee01 \
- --hash=sha256:45abdbdab22509a2c6052ecf7050b3f5c7d6b7898dc07e82869401b531d46da4 \
- --hash=sha256:480bd704e8af1afe3fd444cc52e3c900b936e6ca0baf4fb0281124330b6ceba2 \
- --hash=sha256:65f4b7fb539e5cf0f71e9bd74f8ddab74cabdd673c6fb7f17a4dcfd29f126255 \
- --hash=sha256:7186ccf54707801d91e6314a016d1c7895e21d2e4cd614500d55870ed983aa9f \
- --hash=sha256:764f36d2982cc4a703e69fb73a280b7c539fd74b50c9ee531a4e3fe88152f521 \
- --hash=sha256:87114e254dee35e069e1b922d85d4b21a5b61aec759849f393e1dbb308a00439 \
- --hash=sha256:a5391b49b1669b540924640587d8d24128e45be17d1a916b1801d6645e831581 \
- --hash=sha256:a76ba81860f7ee1f2d5651983f87beb835def94425022dc5f0803108f1b8bfa2 \
- --hash=sha256:ad2ccdb3bad5a61013c76a9c1240fdfadf2c7103a2aeebd7bcbbed61f363138f \
- --hash=sha256:ad6b13824714b19c5f8225871cf532afb994470eecb74631cd3500fe817e6b3f \
- --hash=sha256:b04cd4298b43b16824d9a37800e4c145ba75c29c43ce0d74cad1d66d7ae0a4c5 \
- --hash=sha256:b77f6cfa72c6eb19b5cac967cc49762ae14d036db033f7d97a72912770fd8e1c \
- --hash=sha256:d88adfd93849bc62449518228581d132e2023e30ebd2da097f73059900d8dce3 \
- --hash=sha256:ee8cd57f454cdd77bbcf1e11ff4e0046fb6547cac1922cc6e3583ce4b9c326d1 \
- --hash=sha256:fa7aeed7bc23861a2b38319b636737bf11cfa55d2109620b49cf995663d3e888
+ruff==0.1.1 \
+ --hash=sha256:2a909d3930afdbc2e9fd893b0034479e90e7981791879aab50ce3d9f55205bd6 \
+ --hash=sha256:2d68367d1379a6b47e61bc9de144a47bcdb1aad7903bbf256e4c3d31f11a87ae \
+ --hash=sha256:3305d1cb4eb8ff6d3e63a48d1659d20aab43b49fe987b3ca4900528342367145 \
+ --hash=sha256:3521bf910104bf781e6753282282acc145cbe3eff79a1ce6b920404cd756075a \
+ --hash=sha256:3ff3006c97d9dc396b87fb46bb65818e614ad0181f059322df82bbfe6944e264 \
+ --hash=sha256:620d4b34302538dbd8bbbe8fdb8e8f98d72d29bd47e972e2b59ce6c1e8862257 \
+ --hash=sha256:6aa7e63c3852cf8fe62698aef31e563e97143a4b801b57f920012d0e07049a8d \
+ --hash=sha256:8f5b24daddf35b6c207619301170cae5d2699955829cda77b6ce1e5fc69340df \
+ --hash=sha256:b7cdc893aef23ccc14c54bd79a8109a82a2c527e11d030b62201d86f6c2b81c5 \
+ --hash=sha256:ba3208543ab91d3e4032db2652dcb6c22a25787b85b8dc3aeff084afdc612e5c \
+ --hash=sha256:bc11955f6ce3398d2afe81ad7e49d0ebf0a581d8bcb27b8c300281737735e3a3 \
+ --hash=sha256:c34ae501d0ec71acf19ee5d4d889e379863dcc4b796bf8ce2934a9357dc31db7 \
+ --hash=sha256:c90461ae4abec261609e5ea436de4a4b5f2822921cf04c16d2cc9327182dbbcc \
+ --hash=sha256:cbbd8eead88ea83a250499074e2a8e9d80975f0b324b1e2e679e4594da318c25 \
+ --hash=sha256:d3f9ac658ba29e07b95c80fa742b059a55aefffa8b1e078bc3c08768bdd4b11a \
+ --hash=sha256:e140bd717c49164c8feb4f65c644046fe929c46f42493672853e3213d7bdbce2 \
+ --hash=sha256:f4780e2bb52f3863a565ec3f699319d3493b83ff95ebbb4993e59c62aaf6e75e
# via ruff-lsp (pyproject.toml)
tomli==2.0.1 \
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
diff --git a/requirements.txt b/requirements.txt
index 08455fb..09a14f7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -38,24 +38,24 @@ pygls==1.1.1 \
--hash=sha256:330704551a335b443bf1cdfb0507f121608591095898d451f0007eeb1510067c \
--hash=sha256:b1b4ddd6f800a5573f61f0ec2cd3bc7a859d171f48142b46e1de35a1357c00fe
# via ruff-lsp (pyproject.toml)
-ruff==0.1.0 \
- --hash=sha256:0d412678bf205787263bb702c984012a4f97e460944c072fd7cfa2bd084857c4 \
- --hash=sha256:299fff467a0f163baa282266b310589b21400de0a42d8f68553422fa6bf7ee01 \
- --hash=sha256:45abdbdab22509a2c6052ecf7050b3f5c7d6b7898dc07e82869401b531d46da4 \
- --hash=sha256:480bd704e8af1afe3fd444cc52e3c900b936e6ca0baf4fb0281124330b6ceba2 \
- --hash=sha256:65f4b7fb539e5cf0f71e9bd74f8ddab74cabdd673c6fb7f17a4dcfd29f126255 \
- --hash=sha256:7186ccf54707801d91e6314a016d1c7895e21d2e4cd614500d55870ed983aa9f \
- --hash=sha256:764f36d2982cc4a703e69fb73a280b7c539fd74b50c9ee531a4e3fe88152f521 \
- --hash=sha256:87114e254dee35e069e1b922d85d4b21a5b61aec759849f393e1dbb308a00439 \
- --hash=sha256:a5391b49b1669b540924640587d8d24128e45be17d1a916b1801d6645e831581 \
- --hash=sha256:a76ba81860f7ee1f2d5651983f87beb835def94425022dc5f0803108f1b8bfa2 \
- --hash=sha256:ad2ccdb3bad5a61013c76a9c1240fdfadf2c7103a2aeebd7bcbbed61f363138f \
- --hash=sha256:ad6b13824714b19c5f8225871cf532afb994470eecb74631cd3500fe817e6b3f \
- --hash=sha256:b04cd4298b43b16824d9a37800e4c145ba75c29c43ce0d74cad1d66d7ae0a4c5 \
- --hash=sha256:b77f6cfa72c6eb19b5cac967cc49762ae14d036db033f7d97a72912770fd8e1c \
- --hash=sha256:d88adfd93849bc62449518228581d132e2023e30ebd2da097f73059900d8dce3 \
- --hash=sha256:ee8cd57f454cdd77bbcf1e11ff4e0046fb6547cac1922cc6e3583ce4b9c326d1 \
- --hash=sha256:fa7aeed7bc23861a2b38319b636737bf11cfa55d2109620b49cf995663d3e888
+ruff==0.1.1 \
+ --hash=sha256:2a909d3930afdbc2e9fd893b0034479e90e7981791879aab50ce3d9f55205bd6 \
+ --hash=sha256:2d68367d1379a6b47e61bc9de144a47bcdb1aad7903bbf256e4c3d31f11a87ae \
+ --hash=sha256:3305d1cb4eb8ff6d3e63a48d1659d20aab43b49fe987b3ca4900528342367145 \
+ --hash=sha256:3521bf910104bf781e6753282282acc145cbe3eff79a1ce6b920404cd756075a \
+ --hash=sha256:3ff3006c97d9dc396b87fb46bb65818e614ad0181f059322df82bbfe6944e264 \
+ --hash=sha256:620d4b34302538dbd8bbbe8fdb8e8f98d72d29bd47e972e2b59ce6c1e8862257 \
+ --hash=sha256:6aa7e63c3852cf8fe62698aef31e563e97143a4b801b57f920012d0e07049a8d \
+ --hash=sha256:8f5b24daddf35b6c207619301170cae5d2699955829cda77b6ce1e5fc69340df \
+ --hash=sha256:b7cdc893aef23ccc14c54bd79a8109a82a2c527e11d030b62201d86f6c2b81c5 \
+ --hash=sha256:ba3208543ab91d3e4032db2652dcb6c22a25787b85b8dc3aeff084afdc612e5c \
+ --hash=sha256:bc11955f6ce3398d2afe81ad7e49d0ebf0a581d8bcb27b8c300281737735e3a3 \
+ --hash=sha256:c34ae501d0ec71acf19ee5d4d889e379863dcc4b796bf8ce2934a9357dc31db7 \
+ --hash=sha256:c90461ae4abec261609e5ea436de4a4b5f2822921cf04c16d2cc9327182dbbcc \
+ --hash=sha256:cbbd8eead88ea83a250499074e2a8e9d80975f0b324b1e2e679e4594da318c25 \
+ --hash=sha256:d3f9ac658ba29e07b95c80fa742b059a55aefffa8b1e078bc3c08768bdd4b11a \
+ --hash=sha256:e140bd717c49164c8feb4f65c644046fe929c46f42493672853e3213d7bdbce2 \
+ --hash=sha256:f4780e2bb52f3863a565ec3f699319d3493b83ff95ebbb4993e59c62aaf6e75e
# via ruff-lsp (pyproject.toml)
typeguard==3.0.2 \
--hash=sha256:bbe993854385284ab42fd5bd3bee6f6556577ce8b50696d6cb956d704f286c8e \