Skip to content

Commit 96e673b

Browse files
[pre-commit.ci] pre-commit autoupdate (#377)
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.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.7.0 → 24.1.1](psf/black@23.7.0...24.1.1) - [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) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d04a0f5 commit 96e673b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.2'
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
16-
rev: '23.7.0'
16+
rev: '24.1.1'
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
@@ -35,17 +35,17 @@ repos:
3535
- id: debug-statements
3636
# Another entry is required to apply file-contents-sorter to another file
3737
- repo: https://github.com/pre-commit/pre-commit-hooks
38-
rev: 'v4.4.0'
38+
rev: 'v4.5.0'
3939
hooks:
4040
- id: file-contents-sorter
4141
files: |
4242
.gitignore
4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: 'v3.10.1'
44+
rev: 'v3.15.0'
4545
hooks:
4646
- id: pyupgrade
4747
args: ['--py36-plus']
4848
- repo: https://github.com/PyCQA/flake8
49-
rev: '6.1.0'
49+
rev: '7.0.0'
5050
hooks:
5151
- id: flake8

0 commit comments

Comments
 (0)