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

chore: [pre-commit.ci] pre-commit autoupdate #79

Merged
merged 4 commits into from Sep 17, 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
12 changes: 5 additions & 7 deletions .pre-commit-config.yaml
Expand Up @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.23.1
rev: v2.26.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -31,21 +31,19 @@ repos:
- id: isort

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

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

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.1.0
rev: 1.1.1
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.23.1]
additional_dependencies: [pyupgrade==2.26.0]
- id: nbqa-isort
additional_dependencies: [isort==5.9.3]
- id: nbqa-black
additional_dependencies: [black==21.7b0]