Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #104

Merged
merged 1 commit into from Aug 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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