Skip to content

Commit 6e234bd

Browse files
mergify[bot]github-actions[bot]Felix Exner (fexner)
authored
Auto-update pre-commit hooks (backport of #211)
* Auto-update pre-commit hooks (#211) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> (cherry picked from commit 45f80cf) # Conflicts: # .pre-commit-config.yaml * Update .pre-commit-config.yaml --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Felix Exner (fexner) <[email protected]>
1 parent 5f15aa6 commit 6e234bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ repos:
4242
4343
# Python hooks
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.16.0
45+
rev: v3.18.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py36-plus]
4949

5050
- repo: https://github.com/psf/black
51-
rev: 24.4.2
51+
rev: 24.10.0
5252
hooks:
5353
- id: black
5454
args: ["--line-length=100"]

0 commit comments

Comments
 (0)