Skip to content

Commit d07748f

Browse files
authored
Merge pull request #40 from necaris/update-black-dependency
Update black to latest stable in both pre-commit and pyproject.toml
2 parents f7686b2 + 9319daf commit d07748f

File tree

3 files changed

+119
-66
lines changed

3 files changed

+119
-66
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ repos:
1919
- id: mypy
2020
args: [--ignore-missing-imports, --no-strict-optional]
2121
- repo: https://github.com/python/black
22-
rev: stable
22+
rev: 20.8b1
2323
hooks:
2424
- id: black

0 commit comments

Comments
 (0)