Update readme.md with current version (#1788)
* Update readme.md with current version * Update version_control_integration.md
This commit is contained in:
parent
407052724f
commit
989ea69bd1
@ -372,7 +372,7 @@ Use [pre-commit](https://pre-commit.com/). Once you
|
|||||||
```yaml
|
```yaml
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/psf/black
|
- 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:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
language_version: python3 # Should be a command that runs python3.6+
|
language_version: python3 # Should be a command that runs python3.6+
|
||||||
|
@ -9,7 +9,7 @@ Use [pre-commit](https://pre-commit.com/). Once you
|
|||||||
```yaml
|
```yaml
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/psf/black
|
- 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:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
language_version: python3 # Should be a command that runs python3.6+
|
language_version: python3 # Should be a command that runs python3.6+
|
||||||
|
Loading…
Reference in New Issue
Block a user