-
Notifications
You must be signed in to change notification settings - Fork 46
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
railjson_generator: update to 'poetry:2.0' and use 'ruff' for linting #10730
Conversation
627cfb2
to
1c1a36b
Compare
1484b8f
to
574fb4b
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10730 +/- ##
==========================================
+ Coverage 81.87% 81.95% +0.08%
==========================================
Files 1082 1083 +1
Lines 107150 107627 +477
Branches 721 741 +20
==========================================
+ Hits 87725 88203 +478
+ Misses 19384 19383 -1
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0a0cd6a
to
550500a
Compare
574fb4b
to
5d924aa
Compare
adf1379
to
45617c7
Compare
5d924aa
to
46a097a
Compare
fbff62d
to
1136c8f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM :)
1136c8f
to
7fab4f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks neat !
We should address the weird things we do with extensions one day. We have #5254 on somewhat the same subject.
Signed-off-by: Jean SIMARD <[email protected]>
Signed-off-by: Jean SIMARD <[email protected]>
f47f109
to
35e25a7
Compare
Signed-off-by: Jean SIMARD <[email protected]>
In order to keep homogeneity with 'railjson_generator' Signed-off-by: Jean SIMARD <[email protected]>
35e25a7
to
5234b79
Compare
Needs #10724 first since
osrd_schemas
needs to support a recent version of Python first.3 commits:
pyflake
,isort
andblack
withruff
(all modified Python's file are only reformatting)pytype
withpyright
(needed a bunch of corrections, might need an attentive look since I'm not the best Python developer)poetry:2.0
and a modern version of Python