Skip to content

Commit

Permalink
Fix offline mode (#2647)
Browse files Browse the repository at this point in the history
Fixes: #2646
  • Loading branch information
ssbarnea committed Nov 1, 2022
1 parent 06dac60 commit a058554
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -141,7 +141,7 @@ repos:
# empty args needed in order to match mypy cli behavior
args: [--strict]
additional_dependencies:
- ansible-compat>=2.2.3
- ansible-compat>=2.2.4
- ansible-core
- black
- filelock
Expand All @@ -167,7 +167,7 @@ repos:
hooks:
- id: pylint
additional_dependencies:
- ansible-compat>=2.2.3
- ansible-compat>=2.2.4
- ansible-core
- black
- docutils
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -5,7 +5,7 @@
# pip-compile --extra=docs --extra=test --no-annotate --output-file=requirements.txt --strip-extras --unsafe-package=ansible-core setup.cfg
#
alabaster==0.7.12
ansible-compat==2.2.3
ansible-compat==2.2.4
ansible-pygments==0.1.1
astroid==2.12.12
attrs==22.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -67,7 +67,7 @@ zip_safe = False

# These are required in actual runtime:
install_requires =
ansible-compat>=2.2.3 # GPLv3
ansible-compat>=2.2.4 # GPLv3
ansible-core>=2.12.0 # GPLv3
black>=22.1.0 # MIT
filelock # The Unlicense
Expand Down

0 comments on commit a058554

Please sign in to comment.