Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#104)
Browse files Browse the repository at this point in the history
updates:
- https://github.com/ambv/blackhttps://github.com/psf/black
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.9.2 → 5.9.3](PyCQA/isort@v5.9.2...5.9.3)
- [github.com/nbQA-dev/nbQA: 0.13.1 → 1.1.0](nbQA-dev/nbQA@0.13.1...1.1.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Aug 9, 2021
1 parent 72a1888 commit e36db0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-yaml
- id: double-quote-string-fixer

- repo: https://github.com/ambv/black
- repo: https://github.com/psf/black
rev: 21.7b0
hooks:
- id: black
Expand All @@ -19,7 +19,7 @@ repos:
hooks:
- id: blackdoc

- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
Expand All @@ -28,8 +28,8 @@ repos:
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.9.2
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
hooks:
- id: isort

Expand All @@ -39,7 +39,7 @@ repos:
- id: prettier

- repo: https://github.com/nbQA-dev/nbQA
rev: 0.13.1
rev: 1.1.0
hooks:
- id: nbqa-black
additional_dependencies: [black==21.7b0]
Expand Down

0 comments on commit e36db0e

Please sign in to comment.