Skip to content

Commit e176f1d

Browse files
Auto-update pre-commit hooks (#130)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e9406a2 commit e176f1d

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
@@ -42,20 +42,20 @@ repos:
4242
4343
# Python hooks
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.15.0
45+
rev: v3.15.1
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py36-plus]
4949

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

5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: 6.1.0
58+
rev: 7.0.0
5959
hooks:
6060
- id: flake8
6161
args: ["--ignore=E501"]

0 commit comments

Comments
 (0)