Skip to content

Commit b63d562

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent a3644a7 commit b63d562

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
@@ -8,11 +8,11 @@ repos:
88
hooks:
99
- id: yesqa
1010
- repo: https://github.com/PyCQA/isort
11-
rev: '5.13.2'
11+
rev: '6.0.1'
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
15-
rev: '24.10.0'
15+
rev: '25.1.0'
1616
hooks:
1717
- id: black
1818
language_version: python3 # Should be a command that runs python3.6+
@@ -51,12 +51,12 @@ repos:
5151
- id: detect-private-key
5252
exclude: ^examples/
5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: 'v3.19.1'
54+
rev: 'v3.20.0'
5555
hooks:
5656
- id: pyupgrade
5757
args: ['--py38-plus']
5858
- repo: https://github.com/PyCQA/flake8
59-
rev: '7.1.1'
59+
rev: '7.3.0'
6060
hooks:
6161
- id: flake8
6262
exclude: "^docs/"

0 commit comments

Comments
 (0)