Skip to content

Comments

Modernize Python project setup#40

Merged
MissiaL merged 2 commits intomasterfrom
codex/настроить-проект-с-современными-практиками-python
Jun 4, 2025

Hidden character warning

The head ref may contain hidden characters: "codex/\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c-\u043f\u0440\u043e\u0435\u043a\u0442-\u0441-\u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c\u0438-\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0430\u043c\u0438-python"
Merged

Modernize Python project setup#40
MissiaL merged 2 commits intomasterfrom
codex/настроить-проект-с-современными-практиками-python

Conversation

@MissiaL
Copy link
Owner

@MissiaL MissiaL commented Jun 4, 2025

Summary

  • add pyproject configuration with modern tool settings
  • require Python 3.8+
  • format/validate code via pre-commit (black/isort/flake8)
  • set up GitHub Actions workflow for lint and tests
  • update README instructions and ignore patterns

Testing

  • pre-commit run --files setup.py README.md .pre-commit-config.yaml pyproject.toml .github/workflows/ci.yml .gitignore .flake8
  • pytest -q

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

@MissiaL MissiaL merged commit 7ebd5ea into master Jun 4, 2025
1 check passed
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