Skip to content

Commit 7e91e66

Browse files
[pre-commit.ci] pre-commit autoupdate (#834)
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [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/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d0e80be commit 7e91e66

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
@@ -22,7 +22,7 @@
2222
repos:
2323
# Autoformat: Python code, syntax patterns are modernized
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.16.0
25+
rev: v3.19.1
2626
hooks:
2727
- id: pyupgrade
2828
args:
@@ -36,21 +36,21 @@ repos:
3636

3737
# Autoformat: Python code
3838
- repo: https://github.com/psf/black
39-
rev: "24.4.2"
39+
rev: "24.10.0"
4040
hooks:
4141
- id: black
4242

4343
# Autoformat: general small fixes
4444
- repo: https://github.com/pre-commit/pre-commit-hooks
45-
rev: v4.6.0
45+
rev: v5.0.0
4646
hooks:
4747
- id: end-of-file-fixer
4848
exclude_types: ["svg"]
4949
- id: trailing-whitespace
5050

5151
# Lint: Python code
5252
- repo: https://github.com/PyCQA/flake8
53-
rev: "7.1.0"
53+
rev: "7.1.1"
5454
hooks:
5555
- id: flake8
5656

0 commit comments

Comments
 (0)