Skip to content

Commit

Permalink
Update readme.md with current version (#1788)
Browse files Browse the repository at this point in the history
* Update readme.md with current version

* Update version_control_integration.md
  • Loading branch information
bluefish6 committed Oct 27, 2020
1 parent 4070527 commit 989ea69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Use [pre-commit](https://pre-commit.com/). Once you
```yaml
repos:
- repo: https://github.com/psf/black
rev: 19.10b0 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 20.8b1 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand Down
2 changes: 1 addition & 1 deletion docs/version_control_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use [pre-commit](https://pre-commit.com/). Once you
```yaml
repos:
- repo: https://github.com/psf/black
rev: 19.10b0 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 20.8b1 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand Down

0 comments on commit 989ea69

Please sign in to comment.