Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#1679)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks:
   - github.com/psf/black: 21.9b0 → 21.10b0
   - github.com/PyCQA/flake8: 3.9.2 → 4.0.1
  • Loading branch information
pre-commit-ci[bot] authored Nov 1, 2021
1 parent c596873 commit fbdce47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ repos:
- id: absolufy-imports

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.10b0
hooks:
- id: black-jupyter

- repo: https://github.com/asottile/blacken-docs
rev: v1.11.0
hooks:
- id: blacken-docs
additional_dependencies: [black==21.9b0]
additional_dependencies: [black==21.10b0]

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8

Expand Down

0 comments on commit fbdce47

Please sign in to comment.