Following a deprecation period, the names arg to the Import constructor and
the op arg to the BoolOp constructor are now required, and the doc args
to the PartialFunction and Property constructors have been removed (call
postinit(doc_node=...) instead.)
Following a deprecation announced in astroid 1.5.0, the alias AstroidBuildingException is removed in favor of AstroidBuildingError.
Include modname in AST warnings. Useful for invalid escape sequence warnings
with Python 3.12.
RecursionError is now trapped and logged out as UserWarning during astroid node transformations with instructions about raising the system recursion limit.
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 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)
Bumps astroid from 3.0.2 to 3.1.0.
Changelog
Sourced from astroid's changelog.
Commits
3fb17a1
Bump astroid to 3.1.0, update changelog8c7106e
Log RecursionErrors out as warnings during node transformation (#2385)6519a0e
Fix coverage artifact combination step (#2388)ddbefc1
Simulate editable_mode=compat (#2387)53b0703
Bump actions/download-artifact to 4.1.018b6c4e
Bump actions/upload-artifact from 3.1.3 to 4.0.007419f0
Suppress SyntaxWarnings when parsing modules (#2386)e26f097
Remove AstroidBuildingException (predecessor of AstroidBuildingError) (#2384)41d9196
[pre-commit.ci] pre-commit autoupdate (#2383)35dba66
Include modname in AST warnings (#2380)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 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