Skip to content

Commit 2a47ba1

Browse files
[pre-commit.ci] pre-commit autoupdate (#181)
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](asottile/pyupgrade@v3.3.1...v3.8.0) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/nbQA-dev/nbQA: 1.6.1 → 1.7.0](nbQA-dev/nbQA@1.6.1...1.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jen Bradley <[email protected]>
1 parent 8e52abe commit 2a47ba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: check-json
2121
- id: check-yaml
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: 'v3.3.1'
23+
rev: 'v3.8.0'
2424
hooks:
2525
- id: pyupgrade
2626
args:
@@ -32,7 +32,7 @@ repos:
3232
- id: isort
3333
exclude: '(?:extern/.*)'
3434
- repo: https://github.com/psf/black
35-
rev: '23.1.0'
35+
rev: '23.3.0'
3636
hooks:
3737
- id: black
3838
exclude: '(?:extern/.*)'
@@ -53,7 +53,7 @@ repos:
5353
'flake8-comprehensions==3.8.0',
5454
]
5555
- repo: https://github.com/nbQA-dev/nbQA
56-
rev: 1.6.1
56+
rev: 1.7.0
5757
hooks:
5858
- id: nbqa-pyupgrade
5959
args:

0 commit comments

Comments
 (0)