-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat(yaml): autofix YAML files #431
Merged
Merged
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
andreoliwa
force-pushed
the
autofix-yaml-files
branch
from
December 31, 2021 01:51
57d0f36
to
e044b2c
Compare
Pull Request Test Coverage Report for Build 1639932328
💛 - Coveralls |
github-actions bot
pushed a commit
that referenced
this pull request
Jan 14, 2022
# [0.30.0](v0.29.0...v0.30.0) (2022-01-14) ### Bug Fixes * style override on Windows ([#422](#422)) ([e7d2897](e7d2897)) * use current dir; don't climb dirs to find the project root ([#421](#421)) ([3c82e8c](3c82e8c)) ### Features * default pre-commit hook now runs "nitpick fix" ([cb4c242](cb4c242)) * **json:** autofix JSON files ([#429](#429)) ([4b58a03](4b58a03)) * nitpick init adds a [tool.nitpick] section ([36f4065](36f4065)) * **yaml:** autofix .pre-commit-config.yaml (note: style changed!) ([#434](#434)) ([352b53d](352b53d)) * **yaml:** autofix GitHub Workflow files ([#437](#437)) ([6af77c4](6af77c4)) * **yaml:** autofix YAML files ([#431](#431)) ([d8cc4b1](d8cc4b1))
🎉 This PR is included in version 0.30.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.
Proposed changes
Checklist
make
locally before pushing commitsflake8
plugin (normal mode)flake8
plugin (offline mode)