Skip to content

Fix flake8 F824 warnings#3

Merged
libraz merged 1 commit intomainfrom
codex/fix-flake8-lint-errors
May 31, 2025
Merged

Fix flake8 F824 warnings#3
libraz merged 1 commit intomainfrom
codex/fix-flake8-lint-errors

Conversation

@libraz
Copy link
Owner

@libraz libraz commented May 31, 2025

Summary

  • remove unused global declarations in cli.py

Testing

  • pip install flake8 (fails: externally-managed-environment)
  • flake8 src/ tests/ --count --select=E9,F63,F7,F82 --show-source --statistics (fails: command not found)
  • pytest -q (fails due to missing dependencies)

https://chatgpt.com/codex/tasks/task_e_683ad23519d08327b384909cafa0086b

@libraz libraz merged commit e3fbe33 into main May 31, 2025
0 of 2 checks passed
@libraz libraz deleted the codex/fix-flake8-lint-errors branch May 31, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant