Skip to content

Commit

Permalink
chore(deps): update hooks and dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Nov 22, 2021
1 parent 2097e18 commit 27e0b3c
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 252 deletions.
10 changes: 5 additions & 5 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.9b0
rev: 21.11b1
hooks:
- id: black
language_version: python3
Expand All @@ -13,7 +13,7 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
rev: v0.910-1
hooks:
- id: mypy
additional_dependencies: [types-requests, types-pyyaml]
Expand All @@ -26,7 +26,7 @@ repos:
- id: check-yaml

- repo: https://github.com/Woile/commitizen
rev: v2.18.1
rev: v2.20.0
hooks:
- id: commitizen
# don't forget to run pre-commit install --hook-type commit-msg for this hook to run
Expand Down Expand Up @@ -57,13 +57,13 @@ repos:
stages: [push]

- repo: https://github.com/gitguardian/ggshield
rev: v1.8.1
rev: v1.10.5
hooks:
- id: ggshield
language_version: python3
stages: [commit]

- repo: https://github.com/pycqa/isort
rev: 5.8.0
rev: 5.10.1
hooks:
- id: isort
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pyyaml = "*"
yaspin = "~=2.1.0"

[dev-packages]
black = "==21.9b0"
black = "==21.11b1"
coverage = "*"
flake8 = "*"
flake8-isort = "*"
Expand Down
Loading

0 comments on commit 27e0b3c

Please sign in to comment.