Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.1)
- [github.com/pycqa/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1)
- [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
- [github.com/psf/black: 21.9b0 → 21.12b0](psf/black@21.9b0...21.12b0)
- [github.com/nbQA-dev/nbQA: 1.1.1 → 1.2.2](nbQA-dev/nbQA@1.1.1...1.2.2)
  • Loading branch information
pre-commit-ci[bot] authored Dec 6, 2021
1 parent 436176d commit 2e7cca4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.29.1
hooks:
- id: pyupgrade

- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort

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

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

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.1.1
rev: 1.2.2
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.29.0]
Expand Down

0 comments on commit 2e7cca4

Please sign in to comment.