Skip to content

Commit a9a68c7

Browse files
committed
Specifically using black==22.8.0
1 parent 200c14c commit a9a68c7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ commands:
110110
command: |
111111
virtualenv ci
112112
. ci/bin/activate
113-
pip install six lxml flake8 tox pytest black==23.3.0 .[test]
113+
pip install six lxml flake8 tox pytest black==22.8.0 .[test]
114114
pip install --editable .
115115
# Save dependency cache
116116
- save_cache:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
0.6.2 (2024-05-xx)
22
------------------
3-
* Chore: Applying & enforcing Black and Prettier to Python and JS code, respectively.
3+
* Chore: Applying & enforcing Black and Prettier to Python and JS code, respectively. Setting Black version to 22.8.0 for CircleCI.
44

55
0.6.1 (2024-02-26)
66
------------------

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ In pull requests please:
1010
* update the changelog (create a new version if there is no release candidate)
1111

1212
Please make sure that you have
13-
run [Black](https://black.readthedocs.io/en/stable/), [mypy](http://mypy-lang.org/),
14-
and [flake8](https://flake8.pycqa.org/en/latest/) before you submit your changes.
15-
The build will fail for flake8 and Black changes.
13+
run [Black](https://black.readthedocs.io/en/stable/) with `-l 120`, [mypy](http://mypy-lang.org/),
14+
and [flake8](https://flake8.pycqa.org/en/latest/) before you submit your changes. Please run `yarn format` to format the javascript code.
15+
The build will fail for flake8, Black, and Prettier changes.
1616
PRs without a test will almost certainly be rejected.
1717
Do also make sure to run the webapp and make sure you haven't broken anything.
1818

0 commit comments

Comments
 (0)