Skip to content

Commit

Permalink
chore(deps-dev): update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 6, 2021
1 parent 4b98aca commit acfe6ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -2,16 +2,16 @@
exclude: ipython_config.py
repos:
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.10b0
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/PyCQA/isort
rev: 5.0.0
rev: 5.10.0
hooks:
- id: isort
- repo: https://github.com/adrienverge/yamllint
rev: v1.25.0
rev: v1.26.3
hooks:
- id: yamllint
args: [--strict]
Expand Down

0 comments on commit acfe6ab

Please sign in to comment.