Skip to content

Commit

Permalink
Update the version of black used in pre-comment (#91)
Browse files Browse the repository at this point in the history
Per psf/black#420 adopt a fixed tag. CI can tell us when the code style is out of date with latest black version.
  • Loading branch information
jnothman committed Sep 25, 2020
1 parent 47bfc2d commit 97f04c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
rev: 20.8b1
hooks:
- id: black
language_version: python3.7
Expand Down

0 comments on commit 97f04c1

Please sign in to comment.