Skip to content

Commit b77f65e

Browse files
authored
Pin black version (#13)
* try to pin version * use newer black version * allow higher black version
1 parent 04b6703 commit b77f65e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: .github/workflows/lint-python.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ jobs:
1515
- uses: psf/black@stable
1616
with:
1717
options: "--check --diff"
18+
version: "22.3.0"

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[tool.black]
99
extend-exclude = "(manm-cs|tests/cuda)"
10-
required-version = "22.1.0"
10+
required-version = "22.3.0"
1111

1212
[tool.pytest.ini_options]
1313
filterwarnings = [

Diff for: setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dev =
3434
pytest-mock
3535
pytest-timeout
3636
flake8
37-
black==22.1.0
38-
black[jupyter]==22.1.0
37+
black==22.3.0
38+
black[jupyter]==22.3.0
3939
build
4040
pytest-cov
4141
virtualenv

0 commit comments

Comments
 (0)