mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update version and change remove files from pep8 blacklist
This commit is contained in:
parent
82ad8ff081
commit
78dd3496e2
2 changed files with 2 additions and 3 deletions
|
@ -28,8 +28,8 @@ import os
|
||||||
sys.path.insert(0, os.path.join('ansible', 'lib'))
|
sys.path.insert(0, os.path.join('ansible', 'lib'))
|
||||||
sys.path.append(os.path.abspath('_themes'))
|
sys.path.append(os.path.abspath('_themes'))
|
||||||
|
|
||||||
VERSION='2.2'
|
VERSION = '2.4'
|
||||||
AUTHOR='Ansible, Inc'
|
AUTHOR = 'Ansible, Inc'
|
||||||
|
|
||||||
|
|
||||||
# General configuration
|
# General configuration
|
||||||
|
|
|
@ -40,7 +40,6 @@ contrib/inventory/zone.py
|
||||||
docs/api/conf.py
|
docs/api/conf.py
|
||||||
docs/bin/dump_keywords.py
|
docs/bin/dump_keywords.py
|
||||||
docs/bin/plugin_formatter.py
|
docs/bin/plugin_formatter.py
|
||||||
docs/docsite/conf.py
|
|
||||||
docs/docsite/rst/conf.py
|
docs/docsite/rst/conf.py
|
||||||
examples/scripts/uptime.py
|
examples/scripts/uptime.py
|
||||||
hacking/cherrypick.py
|
hacking/cherrypick.py
|
||||||
|
|
Loading…
Reference in a new issue