Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#99)
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)
- https://github.com/prettier/pre-commithttps://github.com/pre-commit/mirrors-prettier
- [github.com/pre-commit/mirrors-prettier: 57f39166b5a5a504d6808b87ab98d41ebf095b46 → v2.3.2](pre-commit/mirrors-prettier@57f3916...v2.3.2)
- [github.com/nbQA-dev/nbQA: 1.0.0 → 1.1.0](nbQA-dev/nbQA@1.0.0...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] authored Aug 9, 2021
1 parent 5174d06 commit e68dfc3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
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,18 +28,18 @@ 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

- repo: https://github.com/prettier/pre-commit
rev: 57f39166b5a5a504d6808b87ab98d41ebf095b46
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2
hooks:
- id: prettier

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

0 comments on commit e68dfc3

Please sign in to comment.