Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#149)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.19.1 → v2.20.0](asottile/pyupgrade@v2.19.1...v2.20.0)
- [github.com/PyCQA/isort: 5.8.0 → 5.9.1](PyCQA/isort@5.8.0...5.9.1)
- [github.com/psf/black: 21.5b2 → 21.6b0](psf/black@21.5b2...21.6b0)
- [github.com/nbQA-dev/nbQA: 0.10.0 → 0.13.1](nbQA-dev/nbQA@0.10.0...0.13.1)
- [github.com/FlamingTempura/bibtex-tidy: 3559fc3b264d67441cbfcaec53500cbd66cefc7e → 59929ccba5fa85b9bf8ca1d35fedf92206651959](FlamingTempura/bibtex-tidy@3559fc3...59929cc)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jul 5, 2021
1 parent 81bfeb3 commit 4e4bdb3
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 @@ -13,17 +13,17 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.19.1'
rev: 'v2.20.0'
hooks:
- id: pyupgrade
args:
- --py36-plus
- repo: https://github.com/PyCQA/isort
rev: '5.8.0'
rev: '5.9.1'
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '21.5b2'
rev: '21.6b0'
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -33,12 +33,12 @@ repos:
args:
- --max-line-length=100
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.10.0
rev: 0.13.1
hooks:
- id: nbqa-black
- id: nbqa-pyupgrade
- repo: https://github.com/FlamingTempura/bibtex-tidy
rev: '3559fc3b264d67441cbfcaec53500cbd66cefc7e'
rev: '59929ccba5fa85b9bf8ca1d35fedf92206651959'
hooks:
- id: bibtex-tidy
args:
Expand Down

0 comments on commit 4e4bdb3

Please sign in to comment.