From c73e663596ab2e63616c74891060841e576b4092 Mon Sep 17 00:00:00 2001 From: Renan Moura Date: Fri, 11 Dec 2020 14:57:55 -0300 Subject: [PATCH 1/2] Updating black pre-commit version, because the version 19.10b0 create some conflicts with flake8. --- .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 93b819f5..3216a893 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/python/black - rev: 19.10b0 + rev: 20.8b1 hooks: - id: black language_version: python3 From 82337338131ee9a89930cff53029570084061cf6 Mon Sep 17 00:00:00 2001 From: Renan Moura Date: Fri, 11 Dec 2020 15:29:19 -0300 Subject: [PATCH 2/2] Updating changes made to solve #345 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 417a6164..3b7072c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added flake8 check workflow on pull_request event [#321](https://github.com/scanapi/scanapi/pull/321) - Hide sensitive information in the URL Query Params [#304](https://github.com/scanapi/scanapi/pull/325) - Add anchor link for each request in the report to make it easily shareable. [#317](https://github.com/scanapi/scanapi/pull/317) +- Update black version on pre-commit configurations to avoid conflicts with flake8 [#346](https://github.com/scanapi/scanapi/pull/346) ### Changed - Updated poetry-publish version to v1.3 [#311](https://github.com/scanapi/scanapi/pull/311)