Skip to content

Commit 7469aec

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2)
1 parent b542e8e commit 7469aec

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
@@ -3,7 +3,7 @@
33
repos:
44
- repo: https://github.com/psf/black
55
# If you update the version here, also update it in tox.ini (py*-pytestlatest-linters)
6-
rev: 24.2.0
6+
rev: 24.3.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
@@ -12,14 +12,14 @@ repos:
1212
- id: isort
1313
name: isort (python)
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.5.0
15+
rev: v4.6.0
1616
hooks:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer
1919
- id: check-yaml
2020
- id: check-added-large-files
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.15.1
22+
rev: v3.15.2
2323
hooks:
2424
- id: pyupgrade
2525
args: ["--py38-plus"]

0 commit comments

Comments
 (0)