Skip to content

Commit f3a71d9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 24.3.0](psf/black@23.11.0...24.3.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
1 parent c791e98 commit f3a71d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repos:
88
hooks:
99
- id: yesqa
1010
- repo: https://github.com/pycqa/isort
11-
rev: '5.12.0'
11+
rev: '5.13.2'
1212
hooks:
1313
- id: isort
1414
args: ["--profile", "black"]
1515
- repo: https://github.com/psf/black
16-
rev: '23.11.0'
16+
rev: '24.3.0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
@@ -48,7 +48,7 @@ repos:
4848
- id: detect-private-key
4949
exclude: ^tests/
5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: 'v3.15.0'
51+
rev: 'v3.15.1'
5252
hooks:
5353
- id: pyupgrade
5454
args: ['--py38-plus', '--keep-mock']

0 commit comments

Comments
 (0)