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 14a69fb commit 14af173
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -2,21 +2,21 @@
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]
- repo: https://github.com/zahorniak/pre-commit-circleci
rev: v0.2
rev: v0.3
hooks:
- id: circleci_validate
name: circleci

0 comments on commit 14af173

Please sign in to comment.