Skip to content

Commit 34670c7

Browse files
authored
Merge pull request #8 from minrk/pre-commit-ci-update-config
2 parents 7fa2cdd + eb2b885 commit 34670c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ repos:
77
hooks:
88
- id: prettier
99
- repo: https://github.com/PyCQA/flake8
10-
rev: 7.1.0
10+
rev: 7.1.1
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.16.0
14+
rev: v3.17.0
1515
hooks:
1616
- id: pyupgrade
1717
args:
@@ -22,10 +22,10 @@ repos:
2222
- id: isort
2323
name: isort (python)
2424
- repo: https://github.com/psf/black
25-
rev: 24.4.2
25+
rev: 24.10.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.6.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: end-of-file-fixer

0 commit comments

Comments
 (0)