Skip to content

Commit

Permalink
Revert "pre-commit: black: --target-version py35"
Browse files Browse the repository at this point in the history
This reverts commit 673ed96.
  • Loading branch information
blueyed committed Mar 7, 2020
1 parent 01ccbc2 commit 4d63f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: 19.10b0
hooks:
- id: black
args: [--safe, --quiet, --target-version, py35]
args: [--safe, --quiet]
- repo: https://github.com/asottile/blacken-docs
rev: v1.0.0
hooks:
Expand Down

0 comments on commit 4d63f6f

Please sign in to comment.