Skip to content

Commit 8b87be9

Browse files
committed
Update pre-commit
1 parent fc93317 commit 8b87be9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ default_language_version:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: check-yaml
1313
- id: check-added-large-files
1414

1515
- repo: https://github.com/psf/black
16-
rev: "24.3.0"
16+
rev: "24.8.0"
1717
hooks:
1818
- id: black
1919

@@ -23,12 +23,12 @@ repos:
2323
- id: isort
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: "7.0.0"
26+
rev: "7.1.1"
2727
hooks:
2828
- id: flake8
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: "v3.15.2"
31+
rev: "v3.17.0"
3232
hooks:
3333
- id: pyupgrade
3434
args: ["--py37-plus"]

0 commit comments

Comments
 (0)