From 59f96f135cc9c24ec260599b654645aa95a6d79d Mon Sep 17 00:00:00 2001 From: Ronald Bautista Date: Tue, 29 Mar 2022 12:32:22 -0500 Subject: [PATCH] update black version --- .pre-commit-config.yaml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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