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

Don't discard date on save #2057

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

haxtibal
Copy link
Contributor

Fixes #2056.

Since 0.9.0 [1], ruff follows their new 2025 style. We had no version
specifier in our requirements.txt, thus CI is installing latest ruff and
would fail without some reformatting.

This commit moves forward:
- requires ruff >= 0.9
- adapts our code to 2025 style
- introduces few deliberate exceptions

[1] https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md#090
@haxtibal haxtibal force-pushed the tdmg/fix_saving_date branch from 3a502d3 to 7f39176 Compare January 14, 2025 21:18
@stanislaw stanislaw merged commit 59961fd into strictdoc-project:main Jan 15, 2025
22 checks passed
@stanislaw
Copy link
Collaborator

Thanks!

@stanislaw stanislaw added this to the 2025-Q1 milestone Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: DATE discarded on save / identity transform
2 participants