Skip to content

Commit 8509f90

Browse files
committed
Update pre-commit config
1 parent a76834b commit 8509f90

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ repos:
1616
- id: trailing-whitespace
1717
args: [--markdown-linebreak-ext=md]
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.19.1
19+
rev: v3.20.0
2020
hooks:
2121
- id: pyupgrade
2222
args: ['--py36-plus']
2323
- repo: https://github.com/pycqa/flake8
24-
rev: 7.1.1
24+
rev: 7.2.0
2525
hooks:
2626
- id: flake8
2727
- repo: https://github.com/pycqa/isort
28-
rev: 5.13.2
28+
rev: 6.0.1
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/python/black
32-
rev: 24.10.0
32+
rev: 25.1.0
3333
hooks:
3434
- id: black

0 commit comments

Comments
 (0)