Skip to content

Commit

Permalink
Remove quotes in precommit config
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Apr 3, 2021
1 parent 7842f3f commit 48700e9
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: v2.7.2
hooks:
- id: pyupgrade
args: ["--py36-plus"]
args: [--py36-plus]
- repo: https://github.com/python/black
rev: 20.8b1
hooks:
Expand Down

0 comments on commit 48700e9

Please sign in to comment.