Skip to content

Commit 170c129

Browse files
jguerreiroJguer
authored andcommitted
fix(dev): update development utils
1 parent 988f0cc commit 170c129

File tree

2 files changed

+292
-204
lines changed

2 files changed

+292
-204
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ repos:
66
- id: black
77
language_version: python3.8
88
- repo: https://github.com/pre-commit/mirrors-isort
9-
rev: v5.5.3
9+
rev: v5.7.0
1010
hooks:
1111
- id: isort
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v3.2.0
13+
rev: v3.4.0
1414
hooks:
1515
- id: check-json
1616
- id: check-added-large-files
1717
- id: check-yaml
1818
- repo: https://gitlab.com/pycqa/flake8
19-
rev: 3.8.3
19+
rev: 3.8.4
2020
hooks:
2121
- id: flake8
2222
- repo: https://github.com/Woile/commitizen
23-
rev: v2.4.0
23+
rev: v2.13.0
2424
hooks:
2525
- id: commitizen
2626
# don't forget to run pre-commit install --hook-type commit-msg for this hook to run
2727
stages: [commit-msg]
28-
- repo: https://github.com/prettier/prettier # to format JSON, YAML and markdown files among others
29-
rev: 2.1.2
28+
- repo: https://github.com/pre-commit/mirrors-prettier # to format JSON, YAML and markdown files among others
29+
rev: v2.2.1
3030
hooks:
3131
- id: prettier

0 commit comments

Comments
 (0)