Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2)
- [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0)
- [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.5](nbQA-dev/nbQA@1.7.1...1.8.5)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent b135ea6 commit 2d57c36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
exclude: 'setup.cfg'
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.15.1'
rev: 'v3.15.2'
hooks:
- id: pyupgrade
args:
Expand All @@ -21,7 +21,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '24.2.0'
rev: '24.3.0'
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -31,7 +31,7 @@ repos:
args:
- --max-line-length=100
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.5
hooks:
- id: nbqa-pyupgrade
args:
Expand Down

0 comments on commit 2d57c36

Please sign in to comment.