Skip to content

Commit f165aa4

Browse files
[pre-commit.ci] pre-commit autoupdate (#707)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b0d60be commit f165aa4

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
@@ -4,15 +4,15 @@ repos:
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/asottile/yesqa
7-
rev: v1.4.0
7+
rev: v1.5.0
88
hooks:
99
- id: yesqa
1010
- repo: https://github.com/PyCQA/isort
1111
rev: '5.12.0'
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
15-
rev: '23.1.0'
15+
rev: '23.7.0'
1616
hooks:
1717
- id: black
1818
language_version: python3 # Should be a command that runs python
@@ -46,12 +46,12 @@ repos:
4646
- id: detect-private-key
4747
exclude: ^examples/
4848
- repo: https://github.com/PyCQA/flake8
49-
rev: '6.0.0'
49+
rev: '6.1.0'
5050
hooks:
5151
- id: flake8
5252
exclude: "^docs/"
5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: 'v3.3.1'
54+
rev: 'v3.10.1'
5555
hooks:
5656
- id: pyupgrade
5757
args: ['--py36-plus']

0 commit comments

Comments
 (0)