Skip to content

Commit df59386

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/PyCQA/pylint: v3.2.6 → v3.3.1](pylint-dev/pylint@v3.2.6...v3.3.1)
1 parent d66cb70 commit df59386

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0 # Use the ref you want to point at
4+
rev: v5.0.0 # Use the ref you want to point at
55
hooks:
66
- id: trailing-whitespace
77
- id: check-yaml
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: pyupgrade
1515
- repo: https://github.com/psf/black
16-
rev: 24.8.0
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/pycqa/flake8
@@ -33,7 +33,7 @@ repos:
3333
- types-setuptools
3434
- types-docutils
3535
- repo: https://github.com/PyCQA/pylint
36-
rev: v3.2.6
36+
rev: v3.3.1
3737
hooks:
3838
- id: pylint
3939
additional_dependencies:

0 commit comments

Comments
 (0)