-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release v.0.1.0 #13
Merged
Merged
Release v.0.1.0 #13
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Create base package-based skeleton structure; Update README.md * Add .gitignore * Add simple files and tests * Replace setup.cfg with pyproject.toml * Update LICENSE; Fix wrong returt type for divide_by_three function * Change the test project file structure * Update README with info for project maintanence
* Create pytest based structure; Edit the existing code to be flake8 compliant * Add mypy and pytest options in the pyproject.toml * Add setup.py and setup.cfg files with flake8 and mypy options * Add tox.ini with base project configurations * Add requirements_dev and py.typed
* Include .pre-commit-config.yaml * Update the README.md with setup isntallation for maintenance
* Add github action workflow for running tests wtih tox * Create .github/CODEOWNERS file * Edit the gothub workflow tests to target only main and development branches; Update README.md
* Add Dani in CODEOWNERS * Create new github workflow for test.pypi deployment
* feat: Include python-semantic-release with initial configurations for ci/cd package publishing * docs: Update README
* docs: Include CHANGELOG.md * chore: Remove setup.cfg and setup.py * feat: Migrate to poetry; Exclude python v310 and 312 until v1.0.0 * fix: Fix imports * feat: Edit the existing build+deploy configurations for gh actions to accommodated semantic-release; Remove requirements_dev.txt * fix: Fix gh actions tests workflow to properly call tox with poetry
…h workflow; Skip tests workflow
…i into development
This reverts commit 893c27d.
* Include Georgi Peneve in codeowners * feat: include ruff and replace flake8 * docs: Fix typo in README.md * chore: Include option to allow semant-release version check on a feature branch; Remove unnecessary comments
… seetings changes
…-docs feat: Update README.md; Trigger new feature release after the project…
… in the pre-commit yaml
Feature/ebctn 489
Feature/ebctn 490
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.