Skip to content

Commit

Permalink
Merge pull request #573 from gaphor/poetry2
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar authored Jan 12, 2025
2 parents 87ec5ab + 23ae044 commit aa46367
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 143 deletions.
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

0 comments on commit aa46367

Please sign in to comment.