Skip to content

Commit

Permalink
Merge pull request #40 from necaris/update-black-dependency
Browse files Browse the repository at this point in the history
Update black to latest stable in both pre-commit and pyproject.toml
  • Loading branch information
necaris authored Sep 20, 2020
2 parents f7686b2 + 9319daf commit d07748f
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ repos:
- id: mypy
args: [--ignore-missing-imports, --no-strict-optional]
- repo: https://github.com/python/black
rev: stable
rev: 20.8b1
hooks:
- id: black
Loading

0 comments on commit d07748f

Please sign in to comment.