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

38 solve errors that lead to nightly build failing #39

Merged

Conversation

ClaasRostock
Copy link
Collaborator

Changed

  • ruff.toml : removed deprecated ruff rules ANN101 and ANN102 from excluded rules
  • Use f-string, where possible, instead of '%' style string formatting

Solved

  • src/farn/core/case.py : Changed the way how local variables get added / manipulated through code. Replaced access to locals() with sys._getframe().f_locals when manipulating local variables. This change became necessary as Python 3.13 changed the way Python's builtin locals() method works. See PEP 667 for details.

@ClaasRostock ClaasRostock linked an issue Jan 6, 2025 that may be closed by this pull request
@ClaasRostock ClaasRostock self-assigned this Jan 6, 2025
@ClaasRostock ClaasRostock merged commit d554ff9 into main Jan 6, 2025
26 checks passed
@ClaasRostock ClaasRostock deleted the 38-solve-errors-that-lead-to-nightly-build-failing branch January 6, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Solve errors that lead to nightly build failing
1 participant