Skip to content

Commit

Permalink
chore(pipfile): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerreiro authored and Jguer committed Sep 23, 2021
1 parent 255c42d commit 4ba1b38
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default_stages: [commit]
repos:
- repo: https://github.com/ambv/black
rev: 21.8b0
rev: 21.9b0
hooks:
- id: black
language_version: python3
Expand All @@ -25,14 +25,14 @@ repos:
- id: check-yaml

- repo: https://github.com/Woile/commitizen
rev: v2.18.0
rev: v2.18.1
hooks:
- id: commitizen
# don't forget to run pre-commit install --hook-type commit-msg for this hook to run
stages: [commit-msg]

- repo: https://github.com/pre-commit/mirrors-prettier # to format JSON, YAML and markdown files among others
rev: v2.3.2
rev: v2.4.1
hooks:
- id: prettier

Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ ggshield = { editable = true, path = "." }
pygitguardian = "==1.2.2"
python-dotenv = "*"
pyyaml = "*"
yaspin = "~=2.0.0"
yaspin = "~=2.1.0"

[dev-packages]
black = "==21.8b0"
black = "==21.9b0"
coverage = "*"
flake8 = "*"
flake8-isort = "*"
Expand Down
60 changes: 30 additions & 30 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ba1b38

Please sign in to comment.