Skip to content

Commit 7b095de

Browse files
[pre-commit.ci] pre-commit suggestions (#196)
updates: - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/asottile/pyupgrade: v3.8.0 → v3.13.0](asottile/pyupgrade@v3.8.0...v3.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 441659b commit 7b095de

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
@@ -18,7 +18,7 @@ repos:
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/psf/black
21-
rev: 23.3.0
21+
rev: 23.9.1
2222
hooks:
2323
- id: black
2424
name: "Black: The uncompromising Python code formatter"
@@ -31,7 +31,7 @@ repos:
3131
args: [ "--profile black" ]
3232

3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.2.5
34+
rev: v2.2.6
3535
hooks:
3636
- id: codespell
3737
args:
@@ -41,7 +41,7 @@ repos:
4141
- "*.bib,*.ipynb"
4242

4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: v3.8.0
44+
rev: v3.13.0
4545
hooks:
4646
- id: pyupgrade
4747
args: [ --py36-plus ]

0 commit comments

Comments
 (0)