This repository was archived by the owner on Mar 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ repos:
1010 - id : trailing-whitespace
1111 - id : check-added-large-files
1212 - repo : https://github.com/pre-commit/mirrors-prettier
13- rev : v2.3.0
13+ rev : v2.5.1
1414 hooks :
1515 - id : prettier
1616 - repo : https://github.com/adrienverge/yamllint.git
17- rev : v1.26.0
17+ rev : v1.26.3
1818 hooks :
1919 - id : yamllint
2020 args : [-c=.yamllint]
2121 - repo : https://github.com/ansible-community/ansible-lint.git
22- rev : v5.0.12
22+ rev : v5.3.1
2323 hooks :
2424 - id : ansible-lint
2525 files : \.(yaml|yml)$
Original file line number Diff line number Diff line change 11Ansible role: Python developer
22==============================
33
4- |License | |Tests |
4+ |License | |pre-commit | | Tests |
55
6- .. |License | image :: https://img.shields.io/pypi/l/git-portfolio
6+ .. |pre-commit | image :: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
7+ :target: https://github.com/pre-commit/pre-commit
8+ :alt: pre-commit
9+ .. |License | image :: https://img.shields.io/pypi/l/ansible-role-python-developer
710 :target: https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License
811 :alt: License
912.. |Tests | image :: https://github.com/staticdev/ansible-role-python-developer/workflows/Tests/badge.svg
Original file line number Diff line number Diff line change 1414 become : true
1515 with_items :
1616 - python3-pip
17- - python3-venv # needed for nox
17+ - python3-venv # needed for nox
1818
1919- name : Check if pipx is installed
2020 command : " {{ ansible_env.HOME }}/.local/bin/pipx --version"
You can’t perform that action at this time.
0 commit comments