Skip to content

Commit 19e6fb0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
1 parent f082b11 commit 19e6fb0

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
@@ -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.0'
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+
@@ -43,12 +43,12 @@ repos:
4343
- id: detect-private-key
4444
exclude: ^examples/
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: 'v3.19.0'
46+
rev: 'v3.19.1'
4747
hooks:
4848
- id: pyupgrade
4949
args: ['--py39-plus']
5050
- repo: https://github.com/PyCQA/flake8
51-
rev: '7.1.1'
51+
rev: '7.1.2'
5252
hooks:
5353
- id: flake8
5454
exclude: "^docs/"

0 commit comments

Comments
 (0)