Skip to content

Commit 734d5d8

Browse files
[pre-commit.ci] pre-commit autoupdate
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/PyCQA/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0) - [github.com/psf/black: 23.7.0 → 23.11.0](psf/black@23.7.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/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.10.1 → v3.15.0](asottile/pyupgrade@v3.10.1...v3.15.0)
1 parent ace0821 commit 734d5d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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
exclude: "rst$"
@@ -9,16 +9,16 @@ repos:
99
hooks:
1010
- id: yesqa
1111
- repo: https://github.com/PyCQA/isort
12-
rev: '5.12.0'
12+
rev: '5.13.0'
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
16-
rev: '23.7.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: check-case-conflict
2424
- id: check-json
@@ -32,13 +32,13 @@ repos:
3232
- id: debug-statements
3333
# Another entry is required to apply file-contents-sorter to another file
3434
- repo: https://github.com/pre-commit/pre-commit-hooks
35-
rev: 'v4.4.0'
35+
rev: 'v4.5.0'
3636
hooks:
3737
- id: file-contents-sorter
3838
files: |
3939
.gitignore
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: 'v3.10.1'
41+
rev: 'v3.15.0'
4242
hooks:
4343
- id: pyupgrade
4444
args: ['--py36-plus']

0 commit comments

Comments
 (0)