Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Poetry to version 2.0.1 #573

Merged
merged 2 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry==1.8.4
poetry==2.0.1
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-toml
- id: check-yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: '89c421dff2e1026ba12cdb9ebd731f4a83aa8021' # frozen: v0.8.6
rev: '18ba2d02dcafd1cc608bd83eff6c17fb0108ca71' # frozen: v0.9.1
hooks:
- id: ruff
args: [--fix]
Expand Down
2 changes: 1 addition & 1 deletion generic/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def _align_with_axes(
i, axis = i_axis
if aligned[i] is not None:
raise ValueError(
"Axis defined twice between positional and " "keyword arguments"
"Axis defined twice between positional and keyword arguments"
)

aligned[i] = v
Expand Down
Loading