Skip to content

Commit 9aa164d

Browse files
[pre-commit.ci] pre-commit autoupdate (#758)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 73090a0 commit 9aa164d

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
@@ -12,12 +12,12 @@ repos:
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
15-
rev: '23.7.0'
15+
rev: '23.10.1'
1616
hooks:
1717
- id: black
1818
language_version: python3 # Should be a command that runs python
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: 'v4.4.0'
20+
rev: 'v4.5.0'
2121
hooks:
2222
- id: end-of-file-fixer
2323
exclude: >-
@@ -51,7 +51,7 @@ repos:
5151
- id: flake8
5252
exclude: "^docs/"
5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: 'v3.10.1'
54+
rev: 'v3.15.0'
5555
hooks:
5656
- id: pyupgrade
5757
args: ['--py36-plus']

0 commit comments

Comments
 (0)