Skip to content

Commit 99b4c7c

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/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0) - [github.com/PyCQA/pylint: v3.2.6 → v3.3.5](pylint-dev/pylint@v3.2.6...v3.3.5)
1 parent d66cb70 commit 99b4c7c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
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
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- id: check-executables-have-shebangs
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.17.0
12+
rev: v3.19.1
1313
hooks:
1414
- id: pyupgrade
1515
- repo: https://github.com/psf/black
16-
rev: 24.8.0
16+
rev: 25.1.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/pycqa/flake8
20-
rev: 7.1.1
20+
rev: 7.1.2
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.11.2
24+
rev: v1.15.0
2525
hooks:
2626
- id: mypy
2727
# empty args needed in order to match mypy cli behavior
@@ -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.5
3737
hooks:
3838
- id: pylint
3939
additional_dependencies:

0 commit comments

Comments
 (0)