Skip to content

Commit 43e3a40

Browse files
committedMar 31, 2022
switch to black .22
1 parent 6980216 commit 43e3a40

File tree

10,235 files changed

+24929
-24707
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

10,235 files changed

+24929
-24707
lines changed
 

‎.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- checkout
8888
- run:
8989
name: Install black
90-
command: "sudo pip install black==19.10b0"
90+
command: "sudo pip install black==22.3.0"
9191
- run:
9292
name: Check formatting with black
9393
command: "black --check ."
@@ -385,7 +385,6 @@ jobs:
385385
destination: doc/apidoc/_build/
386386

387387
workflows:
388-
389388
code_formatting:
390389
jobs:
391390
- check-code-formatting

‎.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
2-
- repo: https://github.com/ambv/black
3-
rev: 19.10b0
2+
- repo: https://github.com/ambv/black
3+
rev: 22.3.0
44
hooks:
5-
- id: black
6-
language_version: python
5+
- id: black
6+
language_version: python

0 commit comments

Comments
 (0)