8000 Merge pull request #56 from hugovk/pre-commit-ci-update-config · hugovk/drop-python@97fe1db · GitHub
[go: up one dir, main page]

Skip to content

Commit 97fe1db

Browse files
authored
Merge pull request #56 from hugovk/pre-commit-ci-update-config
2 parents 4455252 + f61c1e1 commit 97fe1db

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
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.15.2
3+
rev: v3.16.0
44
hooks:
55
- id: pyupgrade
66
args: [--py39-plus]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 24.3.0
9+
rev: 24.4.2
1010
hooks:
1111
- id: black
1212
args: [--target-version=py39]
@@ -17,7 +17,7 @@ repos:
1717
- id: isort
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 7.0.0
20+
rev: 7.1.0
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
@@ -28,7 +28,7 @@ repos:
2828
- id: python-check-blanket-noqa
2929

3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v4.5.0
31+
rev: v4.6.0
< 46AC /td>
3232
hooks:
3333
- id: check-merge-conflict
3434
- id: check-json

0 commit comments

Comments
 (0)
0