We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66f987 commit 8c3ff6eCopy full SHA for 8c3ff6e
.github/workflows/actions.yml
@@ -20,7 +20,7 @@ jobs:
20
working-directory: ./mapswipe_workers
21
run: |
22
python -m pip install --upgrade pip
23
- pip install flake8 black==19.10b0 isort
+ pip install flake8 black==22.3.0 isort
24
- name: Code style
25
26
mapswipe_workers/.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
2
repos:
3
- repo: https://github.com/psf/black
4
- rev: 19.10b0
+ rev: 22.3.0
5
hooks:
6
- id: black
7
- repo: https://gitlab.com/pycqa/flake8
0 commit comments