Skip to content

Commit 51d7166

Browse files
committed
pre-commit autoupdate
1 parent 6a4c70c commit 51d7166

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: check-merge-conflict
66
exclude: "rst$"
@@ -13,12 +13,12 @@ repos:
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
16-
rev: '24.1.1'
16+
rev: '24.10.0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: 'v4.5.0'
21+
rev: 'v5.0.0'
2222
hooks:
2323
- id: check-case-conflict
2424
- id: check-json
@@ -35,17 +35,17 @@ repos:
3535
- id: debug-statements
3636
# Another entry is required to apply file-contents-sorter to another file
3737
- repo: https://github.com/pre-commit/pre-commit-hooks
38-
rev: 'v4.5.0'
38+
rev: 'v5.0.0'
3939
hooks:
4040
- id: file-contents-sorter
4141
files: |
4242
.gitignore
4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: 'v3.15.0'
44+
rev: 'v3.19.0'
4545
hooks:
4646
- id: pyupgrade
4747
args: ['--py36-plus']
4848
- repo: https://github.com/PyCQA/flake8
49-
rev: '7.0.0'
49+
rev: '7.1.1'
5050
hooks:
5151
- id: flake8

0 commit comments

Comments
 (0)