#shell #automation #code_style #git_hooks #hooks #pre_commit #terraform
https://github.com/antonbabenko/pre-commit-terraform
https://github.com/antonbabenko/pre-commit-terraform
GitHub
GitHub - antonbabenko/pre-commit-terraform: pre-commit git hooks to take care of Terraform configurations 🇺🇦
pre-commit git hooks to take care of Terraform configurations 🇺🇦 - antonbabenko/pre-commit-terraform
#python #autopep8 #code #codeformatter #formatter #gofmt #hacktoberfest #pre_commit_hook #python #yapf
_Black_ is a powerful tool that automatically formats your Python code to make it consistent and easy to read. By using _Black_, you save time and mental energy because it handles all the formatting for you, ensuring your code looks the same across different projects. This consistency makes code reviews faster and easier. You can install _Black_ with a simple command (`pip install black`) and start using it right away without needing complex configurations. Many popular projects and organizations already use _Black_ to maintain clean and uniform codebases.
https://github.com/psf/black
_Black_ is a powerful tool that automatically formats your Python code to make it consistent and easy to read. By using _Black_, you save time and mental energy because it handles all the formatting for you, ensuring your code looks the same across different projects. This consistency makes code reviews faster and easier. You can install _Black_ with a simple command (`pip install black`) and start using it right away without needing complex configurations. Many popular projects and organizations already use _Black_ to maintain clean and uniform codebases.
https://github.com/psf/black
GitHub
GitHub - psf/black: The uncompromising Python code formatter
The uncompromising Python code formatter. Contribute to psf/black development by creating an account on GitHub.
#python #ansible #ansible_dev_tools #ansible_lint #dot_config #hacktoberfest #pep_621 #pre_commit_hook
`ansible-lint` is a tool that checks your Ansible playbooks for improvements and best practices. It supports the last two major versions of Ansible. You can use it as a GitHub Action, which means you don't need to install it yourself; it will run automatically on your code when you make changes. This helps ensure your playbooks are well-written and follow good standards, making your work more efficient and reliable. For more details, you can visit the Ansible Lint documentation site.
https://github.com/ansible/ansible-lint
`ansible-lint` is a tool that checks your Ansible playbooks for improvements and best practices. It supports the last two major versions of Ansible. You can use it as a GitHub Action, which means you don't need to install it yourself; it will run automatically on your code when you make changes. This helps ensure your playbooks are well-written and follow good standards, making your work more efficient and reliable. For more details, you can visit the Ansible Lint documentation site.
https://github.com/ansible/ansible-lint
GitHub
GitHub - ansible/ansible-lint: ansible-lint checks playbooks for practices and behavior that could potentially be improved and…
ansible-lint checks playbooks for practices and behavior that could potentially be improved and can fix some of the most common ones for you - ansible/ansible-lint
#rust #git #git_hooks #pre_commit
prek is a faster, dependency-free alternative to pre-commit, built in Rust. You download a single binary with no runtime requirements, and it automatically manages Python versions and virtual environments for you. It runs multiple times faster than pre-commit while using half the disk space, shares toolchains between hooks, and supports parallel execution. prek is fully compatible with existing pre-commit configurations, includes built-in support for monorepos, and offers improved commands like running hooks on specific directories or last commits. Major projects like CPython, Apache Airflow, and FastAPI already use it, making it a reliable choice for streamlining your code quality checks.
https://github.com/j178/prek
prek is a faster, dependency-free alternative to pre-commit, built in Rust. You download a single binary with no runtime requirements, and it automatically manages Python versions and virtual environments for you. It runs multiple times faster than pre-commit while using half the disk space, shares toolchains between hooks, and supports parallel execution. prek is fully compatible with existing pre-commit configurations, includes built-in support for monorepos, and offers improved commands like running hooks on specific directories or last commits. Major projects like CPython, Apache Airflow, and FastAPI already use it, making it a reliable choice for streamlining your code quality checks.
https://github.com/j178/prek
GitHub
GitHub - j178/prek: âš¡ Better `pre-commit`, re-engineered in Rust
âš¡ Better `pre-commit`, re-engineered in Rust. Contribute to j178/prek development by creating an account on GitHub.