Skip to content

Commit be64249

Browse files
committed
chore: change source for flake8 and upgrade commitizen
1 parent 6e42195 commit be64249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: check-yaml
1515
- id: check-merge-conflict
1616

17-
- repo: https://gitlab.com/pycqa/flake8
17+
- repo: https://github.com/pycqa/flake8
1818
rev: 4.0.1
1919
hooks:
2020
- id: flake8
@@ -27,7 +27,7 @@ repos:
2727
args: [--filter-files, --settings-path, ./lambda/setup.cfg]
2828

2929
- repo: https://github.com/commitizen-tools/commitizen
30-
rev: v2.20.0
30+
rev: v4.8.3
3131
hooks:
3232
- id: commitizen
3333
stages: [commit-msg]

0 commit comments

Comments
 (0)