Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 6, 2022
1 parent 04ea6b1 commit 45af934
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ repos:
- id: double-quote-string-fixer

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black-jupyter

- repo: https://github.com/keewis/blackdoc
rev: v0.3.5
rev: v0.3.6
hooks:
- id: blackdoc

- repo: https://github.com/PyCQA/flake8
rev: 5.0.2
rev: 5.0.4
hooks:
- id: flake8

Expand All @@ -33,7 +33,7 @@ repos:
- id: isort

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.0
hooks:
- id: prettier

Expand Down

0 comments on commit 45af934

Please sign in to comment.