From a77c627a9f0fcaefe95a71201825a09837c76337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20N=C3=BA=C3=B1ez=20Santiago?= Date: Mon, 19 Dec 2022 16:23:29 +0100 Subject: [PATCH 1/2] Bump to 0.0.8 --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cb7be4..56ebfa0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - + diff --git a/setup.cfg b/setup.cfg index 3c89339..ee7a116 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyodi -version = 0.0.7 +version = 0.0.8 author = Pyodi description = Object Detection Insights long_description = file: README.md From 39dc9d818bbdd2bcdb7c41c69d49a6b06f15eaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20N=C3=BA=C3=B1ez=20Santiago?= Date: Mon, 19 Dec 2022 16:33:35 +0100 Subject: [PATCH 2/2] change flake8 url --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39e8dae..a7a8aa0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: hooks: - id: isort additional_dependencies: [toml] - - repo: https://gitlab.com/pycqa/flake8.git + - repo: https://github.com/pycqa/flake8.git rev: 3.8.3 hooks: - id: flake8