Skip to content

Commit ec3ab96

Browse files
committed
chore: bump pre-commit-hooks version
1 parent f0a3e1c commit ec3ab96

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,11 +10,11 @@ repos:
1010
- id: check-toml
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v3.15.0
13+
rev: v3.20.0
1414
hooks:
1515
- id: pyupgrade
1616
- repo: https://github.com/pycqa/flake8
17-
rev: '7.0.0'
17+
rev: '7.2.0'
1818
hooks:
1919
- id: flake8
2020
args: [--max-line-length=120]

0 commit comments

Comments
 (0)