Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
45d98d45
Commit
45d98d45
authored
3 years ago
by
Rafael Jeffman
Committed by
Rafael Guterres Jeffman
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
pre-commit: Update version of pre-commit hooks.
parent
0a1f289f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pre-commit-config.yaml
+5
-5
5 additions, 5 deletions
.pre-commit-config.yaml
with
5 additions
and
5 deletions
.pre-commit-config.yaml
+
5
−
5
View file @
45d98d45
---
---
repos
:
repos
:
-
repo
:
https://github.com/ansible/ansible-lint.git
-
repo
:
https://github.com/ansible/ansible-lint.git
rev
:
v
4.3.5
rev
:
v
5.1.2
hooks
:
hooks
:
-
id
:
ansible-lint
-
id
:
ansible-lint
always_run
:
false
always_run
:
false
...
@@ -9,20 +9,20 @@ repos:
...
@@ -9,20 +9,20 @@ repos:
files
:
\.(yaml|yml)$
files
:
\.(yaml|yml)$
entry
:
env ANSIBLE_LIBRARY=./plugins/modules ANSIBLE_MODULE_UTILS=./plugins/module_utils ansible-lint --force-color
entry
:
env ANSIBLE_LIBRARY=./plugins/modules ANSIBLE_MODULE_UTILS=./plugins/module_utils ansible-lint --force-color
-
repo
:
https://github.com/adrienverge/yamllint.git
-
repo
:
https://github.com/adrienverge/yamllint.git
rev
:
v1.2
5.0
rev
:
v1.2
6.1
hooks
:
hooks
:
-
id
:
yamllint
-
id
:
yamllint
files
:
\.(yaml|yml)$
files
:
\.(yaml|yml)$
-
repo
:
https://gitlab.com/pycqa/flake8
-
repo
:
https://gitlab.com/pycqa/flake8
rev
:
3.
8.4
rev
:
3.
9.2
hooks
:
hooks
:
-
id
:
flake8
-
id
:
flake8
-
repo
:
https://gitlab.com/pycqa/pydocstyle
-
repo
:
https://gitlab.com/pycqa/pydocstyle
rev
:
5
.1.1
rev
:
6
.1.1
hooks
:
hooks
:
-
id
:
pydocstyle
-
id
:
pydocstyle
-
repo
:
https://github.com/pycqa/pylint
-
repo
:
https://github.com/pycqa/pylint
rev
:
v2.
8.2
rev
:
v2.
9.5
hooks
:
hooks
:
-
id
:
pylint
-
id
:
pylint
args
:
args
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment