Skip to content

Commit 8422e56

Browse files
authored
Merge pull request #97 from homebysix/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 518108e + 1e24035 commit 8422e56

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
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717
args: [--markdown-linebreak-ext=md]
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.20.0
19+
rev: v3.21.2
2020
hooks:
2121
- id: pyupgrade
2222
args: ['--py36-plus']
@@ -25,10 +25,10 @@ repos:
2525
hooks:
2626
- id: flake8
2727
- repo: https://github.com/pycqa/isort
28-
rev: 6.1.0
28+
rev: 7.0.0
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/psf/black-pre-commit-mirror
32-
rev: 25.9.0
32+
rev: 25.11.0
3333
hooks:
3434
- id: black

0 commit comments

Comments
 (0)