-
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
osrd_schemas: update to 'poetry:2.0' and use 'ruff' for linting #10724
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10724 +/- ##
=======================================
Coverage 81.93% 81.93%
=======================================
Files 1078 1078
Lines 107544 107587 +43
Branches 733 733
=======================================
+ Hits 88115 88154 +39
- Misses 19390 19394 +4
Partials 39 39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f719b41
to
28d785b
Compare
28d785b
to
04d54f8
Compare
f18a334
to
b80a1d0
Compare
Signed-off-by: Jean SIMARD <[email protected]>
b9fc234
to
0a0cd6a
Compare
Signed-off-by: Jean SIMARD <[email protected]>
0a0cd6a
to
550500a
Compare
550500a
to
adf1379
Compare
Signed-off-by: Jean SIMARD <[email protected]>
adf1379
to
45617c7
Compare
2 commits because bumping to Python 3.12 was problematic with some of the linting tools. So first move to
ruff
, then move topyright
instead ofpytype
becausepytype
doesn't work on Python 3.12., then move all the project to the future (newer Python's version and modernpyproject.toml
).