Skip to content

Commit

Permalink
solves #345 updating black version on pre-commig configs. (#346)
Browse files Browse the repository at this point in the history
* Updating black pre-commit version, because the version 19.10b0 create some conflicts with flake8.

* Updating changes made to solve #345
  • Loading branch information
rvmoura96 committed Dec 11, 2020
1 parent 66ab3cb commit b29db93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down

0 comments on commit b29db93

Please sign in to comment.