diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index efe8a7d..49a9be2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autoupdate_schedule: monthly repos: - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 diff --git a/setup.cfg b/setup.cfg index 592c6b7..f63fda5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = conformity-migration-tool -version = 0.7.1 +version = 0.8.0 description = Migrates your visiblity information in cloudconformity.com to cloudone.trendmicro.com long_description = file: README.md long_description_content_type = text/markdown