Skip to content

Commit dbd94ae

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2)
1 parent 72fadb8 commit dbd94ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repos:
6464
hooks:
6565
- id: isort
6666
- repo: https://github.com/psf/black-pre-commit-mirror
67-
rev: '25.9.0'
67+
rev: '25.11.0'
6868
hooks:
6969
- id: black
7070
language_version: python3 # Should be a command that runs python
@@ -99,7 +99,7 @@ repos:
9999
- id: detect-private-key
100100
exclude: ^examples/
101101
- repo: https://github.com/asottile/pyupgrade
102-
rev: 'v3.21.0'
102+
rev: 'v3.21.2'
103103
hooks:
104104
- id: pyupgrade
105105
args: ['--py37-plus']

0 commit comments

Comments
 (0)