Skip to content

Commit 494295b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.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)
1 parent d8bedee commit 494295b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.17.0
14+
rev: v3.19.1
1515
hooks:
1616
- id: pyupgrade
1717
args:
1818
- --py38-plus
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/psf/black
22-
rev: 24.8.0
22+
rev: 25.1.0
2323
hooks:
2424
- id: black
2525
# args are not passed, but see the config in pyproject.toml
2626

2727
# Autoformat: Python code
2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.13.2
29+
rev: 6.0.0
3030
hooks:
3131
- id: isort
3232
# args are not passed, but see the config in pyproject.toml
@@ -61,7 +61,7 @@ repos:
6161

6262
# Misc autoformatting and linting
6363
- repo: https://github.com/pre-commit/pre-commit-hooks
64-
rev: v4.6.0
64+
rev: v5.0.0
6565
hooks:
6666
- id: end-of-file-fixer
6767
exclude_types: [svg]

0 commit comments

Comments
 (0)