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 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