Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Commit 1090647

Browse files
committed
Pin black to the version last used to lint master
1 parent 8aa51c0 commit 1090647

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: stable
3+
rev: 19.10b0
44
hooks:
55
- id: black
66

semver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def parse_single_constraint(constraint): # type: (str) -> VersionConstraint
7979
version = Version.parse(m.group(1))
8080

8181
low = version
82-
82+
8383
if precision == 2:
8484
high = version.stable.next_major
8585
else:

0 commit comments

Comments
 (0)