Skip to content

Commit

Permalink
chore: update pre-commit hooks (#451)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.38.0 → v2.38.2](asottile/pyupgrade@v2.38.0...v2.38.2)
- [github.com/nbQA-dev/nbQA: 1.5.0 → 1.5.1](nbQA-dev/nbQA@1.5.0...1.5.1)

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 27, 2022
1 parent c69064e commit e6fdddb
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.38.0
rev: v2.38.2
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -41,7 +41,7 @@ repos:

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

0 comments on commit e6fdddb

Please sign in to comment.