Skip to content

Commit

Permalink
chore: update pre-commit hooks (#446)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](asottile/pyupgrade@v2.37.3...v2.38.0)
- [github.com/nbQA-dev/nbQA: 1.4.0 → 1.5.0](nbQA-dev/nbQA@1.4.0...1.5.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 Sep 20, 2022
1 parent 8e3b2ce commit eb54bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
args: ["-a", "from __future__ import annotations"]

- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v2.38.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -41,7 +41,7 @@ repos:

# Notebook formatting
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.4.0
rev: 1.5.0
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.31.1]
Expand Down

0 comments on commit eb54bbf

Please sign in to comment.