Skip to content

Commit 655f08b

Browse files
authored
Merge pull request #714 from pytest-dev/pre-commit-ci-update-config
2 parents 626df4c + 2f9f71f commit 655f08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
repos:
44
- repo: https://github.com/psf/black
55
# If you update the version here, also update it in tox.ini (py*-pytestlatest-linters)
6-
rev: 24.8.0
6+
rev: 24.10.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
@@ -12,7 +12,7 @@ repos:
1212
- id: isort
1313
name: isort (python)
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.6.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer

0 commit comments

Comments
 (0)