Skip to content

Commit

Permalink
Update black version to 22.1.0
Browse files Browse the repository at this point in the history
Use black 22.1.0 both for CI checks and for pre-commit
  • Loading branch information
Carlos Pascual committed Mar 15, 2022
1 parent 53f2d2d commit 92c8c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ flake8_and_black:
image: python:3.9-slim-bullseye
needs: []
before_script:
- pip install flake8==3.9.2 black==21.12b0
- pip install flake8==3.9.2 black==22.1.0
script:
# check with flake8
- flake8 .
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand Down

0 comments on commit 92c8c09

Please sign in to comment.