Skip to content

Commit 640dd8a

Browse files
utfgithub-actions[bot]
authored andcommitted
Auto-update pre-commit hooks
1 parent 9f0c672 commit 640dd8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: autoflake
66
args: [--in-place, --remove-all-unused-imports, --remove-unused-variable, --ignore-init-module-imports]
77
- repo: https://github.com/psf/black
8-
rev: 24.8.0
8+
rev: 24.10.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pycqa/flake8
@@ -16,7 +16,7 @@ repos:
1616
args: [--max-line-length=125, "--extend-ignore=E203,W503"]
1717
language_version: python3
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.6.0
19+
rev: v5.0.0
2020
hooks:
2121
- id: check-yaml
2222
- id: end-of-file-fixer

0 commit comments

Comments
 (0)