Skip to content

Commit 8c3ff6e

Browse files
committed
adjust black version
1 parent f66f987 commit 8c3ff6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
working-directory: ./mapswipe_workers
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install flake8 black==19.10b0 isort
23+
pip install flake8 black==22.3.0 isort
2424
- name: Code style
2525
working-directory: ./mapswipe_workers
2626
run: |

mapswipe_workers/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 19.10b0
4+
rev: 22.3.0
55
hooks:
66
- id: black
77
- repo: https://gitlab.com/pycqa/flake8

0 commit comments

Comments
 (0)