File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ commands:
110
110
command : |
111
111
virtualenv ci
112
112
. 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]
114
114
pip install --editable .
115
115
# Save dependency cache
116
116
- save_cache :
Original file line number Diff line number Diff line change 1
1
0.6.2 (2024-05-xx)
2
2
------------------
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.
4
4
5
5
0.6.1 (2024-02-26)
6
6
------------------
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ In pull requests please:
10
10
* update the changelog (create a new version if there is no release candidate)
11
11
12
12
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.
16
16
PRs without a test will almost certainly be rejected.
17
17
Do also make sure to run the webapp and make sure you haven't broken anything.
18
18
You can’t perform that action at this time.
0 commit comments