Skip to content

Commit bffadfe

Browse files
author
jguerreiro
committed
chore(deps): update dev dependencies
1 parent 1b9b873 commit bffadfe

File tree

3 files changed

+643
-650
lines changed

3 files changed

+643
-650
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
default_stages: [commit]
22
repos:
33
- repo: https://github.com/ambv/black
4-
rev: 20.8b1
4+
rev: 21.5b0
55
hooks:
66
- id: black
77
language_version: python3
88
exclude: snap_
99

1010
- repo: https://gitlab.com/pycqa/flake8
11-
rev: 3.9.0
11+
rev: 3.9.2
1212
hooks:
1313
- id: flake8
1414

@@ -31,19 +31,19 @@ repos:
3131
args: [--settings-path, setup.cfg]
3232

3333
- repo: https://github.com/Woile/commitizen
34-
rev: v2.16.0
34+
rev: v2.17.6
3535
hooks:
3636
- id: commitizen
3737
# don't forget to run pre-commit install --hook-type commit-msg for this hook to run
3838
stages: [commit-msg]
3939

4040
- repo: https://github.com/pre-commit/mirrors-prettier # to format JSON, YAML and markdown files among others
41-
rev: v2.2.1
41+
rev: v2.3.0
4242
hooks:
4343
- id: prettier
4444

4545
- repo: https://github.com/gitguardian/gg-shield
46-
rev: v1.3.2
46+
rev: v1.5.0
4747
hooks:
4848
- id: ggshield
4949
language_version: python3

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ marshmallow = ">=3.5"
99
requests = ">=2"
1010

1111
[dev-packages]
12-
black = "==20.8b1"
12+
black = "==21.5b0"
1313
coverage = "*"
1414
flake8 = "*"
1515
flake8-isort = "*"

0 commit comments

Comments
 (0)