Skip to content

Commit 7825d83

Browse files
[pre-commit.ci] pre-commit autoupdate (#724)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.11.0](psf/black@23.3.0...23.11.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.7.0 → v3.15.0](asottile/pyupgrade@v3.7.0...v3.15.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ae5e084 commit 7825d83

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v4.4.0'
3+
rev: 'v4.5.0'
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/asottile/yesqa
@@ -13,12 +13,12 @@ repos:
1313
- id: isort
1414
args: ["--profile", "black"]
1515
- repo: https://github.com/psf/black
16-
rev: '23.3.0'
16+
rev: '23.11.0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: 'v4.4.0'
21+
rev: 'v4.5.0'
2222
hooks:
2323
- id: end-of-file-fixer
2424
exclude: >-
@@ -48,7 +48,7 @@ repos:
4848
- id: detect-private-key
4949
exclude: ^tests/
5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: 'v3.7.0'
51+
rev: 'v3.15.0'
5252
hooks:
5353
- id: pyupgrade
5454
args: ['--py38-plus', '--keep-mock']

0 commit comments

Comments
 (0)