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
d043a3bd
Commit
d043a3bd
authored
2 years ago
by
Rafael Guterres Jeffman
Browse files
Options
Downloads
Patches
Plain Diff
Update development tools.
Update development tools to match Fedora 37 versions.
parent
82e176af
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.pre-commit-config.yaml
+5
-5
5 additions, 5 deletions
.pre-commit-config.yaml
requirements-dev.txt
+6
-6
6 additions, 6 deletions
requirements-dev.txt
requirements-tests.txt
+4
-3
4 additions, 3 deletions
requirements-tests.txt
with
15 additions
and
14 deletions
.pre-commit-config.yaml
+
5
−
5
View file @
d043a3bd
---
---
repos
:
repos
:
-
repo
:
https://github.com/ansible/ansible-lint.git
-
repo
:
https://github.com/ansible/ansible-lint.git
rev
:
v
5.3.2
rev
:
v
6.6.1
hooks
:
hooks
:
-
id
:
ansible-lint
-
id
:
ansible-lint
always_run
:
false
always_run
:
false
...
@@ -11,20 +11,20 @@ repos:
...
@@ -11,20 +11,20 @@ repos:
entry
:
|
entry
:
|
env ANSIBLE_LIBRARY=./plugins/modules ANSIBLE_MODULE_UTILS=./plugins/module_utils ANSIBLE_DOC_FRAGMENT_PLUGINS=./plugins/doc_fragments ansible-lint
env ANSIBLE_LIBRARY=./plugins/modules ANSIBLE_MODULE_UTILS=./plugins/module_utils ANSIBLE_DOC_FRAGMENT_PLUGINS=./plugins/doc_fragments ansible-lint
-
repo
:
https://github.com/adrienverge/yamllint.git
-
repo
:
https://github.com/adrienverge/yamllint.git
rev
:
v1.2
6.1
rev
:
v1.2
8.0
hooks
:
hooks
:
-
id
:
yamllint
-
id
:
yamllint
files
:
\.(yaml|yml)$
files
:
\.(yaml|yml)$
-
repo
:
https://github.com/pycqa/flake8
-
repo
:
https://github.com/pycqa/flake8
rev
:
3.9.2
rev
:
5.0.3
hooks
:
hooks
:
-
id
:
flake8
-
id
:
flake8
-
repo
:
https://github.com/pycqa/pydocstyle
-
repo
:
https://github.com/pycqa/pydocstyle
rev
:
6.
1.1
rev
:
6.
0.0
hooks
:
hooks
:
-
id
:
pydocstyle
-
id
:
pydocstyle
-
repo
:
https://github.com/pycqa/pylint
-
repo
:
https://github.com/pycqa/pylint
rev
:
v2.1
2.2
rev
:
v2.1
4.4
hooks
:
hooks
:
-
id
:
pylint
-
id
:
pylint
args
:
args
:
...
...
This diff is collapsed.
Click to expand it.
requirements-dev.txt
+
6
−
6
View file @
d043a3bd
-r requirements-tests.txt
-r requirements-tests.txt
ipdb==0.13.4
ipdb==0.13.4
pre-commit
pre-commit
==2.20.0
flake8==
4
.0.
1
flake8==
5
.0.
3
flake8-bugbear==22.10.27
flake8-bugbear==22.10.27
pylint==2.1
3.7
pylint==2.1
4.4
wrapt
>
= 1.14.0
wrapt
=
= 1.14.0
pydocstyle==6.0.0
pydocstyle==6.0.0
yamllint==1.2
6.3
yamllint==1.2
8.0
ansible-lint==
5.3.2
ansible-lint==
6.6.1
This diff is collapsed.
Click to expand it.
requirements-tests.txt
+
4
−
3
View file @
d043a3bd
-r requirements.txt
-r requirements.txt
pytest
>=2.7
pytest
==7.1.3
pytest-sourceorder
>
=0.
5
pytest-sourceorder
=
=0.
6.0
pytest-split>=0.8.0
pytest-split>=0.8.0
pytest-custom_exit_code>=0.3.0
pytest-custom_exit_code>=0.3.0
pytest-testinfra>=5.0
pytest-testinfra==6.8.0
pytest-randomly==3.12.0
pyyaml>=3
pyyaml>=3
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