Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#1147)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 6255cff)

# Conflicts:
#	.pre-commit-config.yaml
  • Loading branch information
github-actions[bot] authored and mergify[bot] committed Oct 14, 2024
1 parent de77824 commit ea314a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,21 @@ repos:

# Python hooks
- repo: https://github.com/asottile/pyupgrade
<<<<<<< HEAD
rev: v3.9.0
=======
rev: v3.18.0
>>>>>>> 6255cff (Auto-update pre-commit hooks (#1147))
hooks:
- id: pyupgrade
args: [--py36-plus]

- repo: https://github.com/psf/black
<<<<<<< HEAD
rev: 23.3.0
=======
rev: 24.10.0
>>>>>>> 6255cff (Auto-update pre-commit hooks (#1147))
hooks:
- id: black
args: ["--line-length=100"]
Expand Down

0 comments on commit ea314a6

Please sign in to comment.