graphrag
graphrag copied to clipboard
Bump ruff from 0.5.1 to 0.5.2
Bumps ruff from 0.5.1 to 0.5.2.
Release notes
Sourced from ruff's releases.
0.5.2
Release Notes
Preview features
- Use
spaceseparator before parenthesized expressions in comprehensions with leading comments (#12282)- [
flake8-async] UpdateASYNC100to includeanyioandasyncio(#12221)- [
flake8-async] UpdateASYNC109to includeanyioandasyncio(#12236)- [
flake8-async] UpdateASYNC110to includeanyioandasyncio(#12261)- [
flake8-async] UpdateASYNC115to includeanyioandasyncio(#12262)- [
flake8-async] UpdateASYNC116to includeanyioandasyncio(#12266)Rule changes
- [
flake8-return] Exempt properties from explicit return rule (RET501) (#12243)- [
numpy] Addnp.NAN-to-np.nandiagnostic (#12292)- [
refurb] Makelist-reverse-copyan unsafe fix (#12303)Server
- Consider
includeandextend-includesettings in native server (#12252)- Include nested configurations in settings reloading (#12253)
CLI
- Omit code frames for fixes with empty ranges (#12304)
- Warn about formatter incompatibility for
D203(#12238)Bug fixes
- Make cache-write failures non-fatal on Windows (#12302)
- Treat
notoperations as boolean tests (#12301)- [
flake8-bandit] AvoidS310violations for HTTP-safe f-strings (#12305)- [
flake8-bandit] Support explicit string concatenations in S310 HTTP detection (#12315)- [
flake8-bandit] fix S113 false positive for httpx withouttimeoutargument (#12213)- [
pycodestyle] Remove "non-obvious" allowance for E721 (#12300)- [
pyflakes] Considerwithblocks as single-item branches for redefinition analysis (#12311)- [
refurb] Restrict forwarding fornewlineargument inopen()calls to Python versions >= 3.10 (#12244)Documentation
- Update help and documentation to reflect
--output-format fulldefault (#12248)Performance
- Use more threads when discovering Python files (#12258)
Install ruff 0.5.2
Install prebuilt binaries via shell script
... (truncated)
Changelog
Sourced from ruff's changelog.
0.5.2
Preview features
- Use
spaceseparator before parenthesized expressions in comprehensions with leading comments (#12282)- [
flake8-async] UpdateASYNC100to includeanyioandasyncio(#12221)- [
flake8-async] UpdateASYNC109to includeanyioandasyncio(#12236)- [
flake8-async] UpdateASYNC110to includeanyioandasyncio(#12261)- [
flake8-async] UpdateASYNC115to includeanyioandasyncio(#12262)- [
flake8-async] UpdateASYNC116to includeanyioandasyncio(#12266)Rule changes
- [
flake8-return] Exempt properties from explicit return rule (RET501) (#12243)- [
numpy] Addnp.NAN-to-np.nandiagnostic (#12292)- [
refurb] Makelist-reverse-copyan unsafe fix (#12303)Server
- Consider
includeandextend-includesettings in native server (#12252)- Include nested configurations in settings reloading (#12253)
CLI
- Omit code frames for fixes with empty ranges (#12304)
- Warn about formatter incompatibility for
D203(#12238)Bug fixes
- Make cache-write failures non-fatal on Windows (#12302)
- Treat
notoperations as boolean tests (#12301)- [
flake8-bandit] AvoidS310violations for HTTP-safe f-strings (#12305)- [
flake8-bandit] Support explicit string concatenations in S310 HTTP detection (#12315)- [
flake8-bandit] fix S113 false positive for httpx withouttimeoutargument (#12213)- [
pycodestyle] Remove "non-obvious" allowance for E721 (#12300)- [
pyflakes] Considerwithblocks as single-item branches for redefinition analysis (#12311)- [
refurb] Restrict forwarding fornewlineargument inopen()calls to Python versions >= 3.10 (#12244)Documentation
- Update help and documentation to reflect
--output-format fulldefault (#12248)Performance
- Use more threads when discovering Python files (#12258)
Commits
dc8db1aMake some amendments to the v0.5.2 changelog (#12319)18c364d[flake8-bandit] Support explicit string concatenations in S310 HTTP detecti...7a7c601Bump version to v0.5.2 (#12316)3bfbbbcAvoid allocation when validating HTTP and HTTPS prefixes (#12313)1a3ee45[flake8-bandit] AvoidS310violations for HTTP-safe f-strings (#12305)6584886[refurb] Makelist-reverse-copyan unsafe fix (#12303)456d6a2Considerwithblocks as single-item branches (#12311)940df67Omit code frames for fixes with empty ranges (#12304)e58713eMake cache-write failures non-fatal (#12302)aa5c53bRemove 'non-obvious' allowance for E721 (#12300)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)