Skip to content

Commit 8d24eb9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.12.0 → 23.7.0](psf/black@22.12.0...23.7.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.10.1](asottile/pyupgrade@v3.3.1...v3.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent f5cab55 commit 8d24eb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ repos:
55
- id: check-merge-conflict
66
exclude: "rst$"
77
- repo: https://github.com/asottile/yesqa
8-
rev: v1.4.0
8+
rev: v1.5.0
99
hooks:
1010
- id: yesqa
1111
- repo: https://github.com/PyCQA/isort
12-
rev: '5.10.1'
12+
rev: '5.12.0'
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
16-
rev: '22.12.0'
16+
rev: '23.7.0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
@@ -38,11 +38,11 @@ repos:
3838
files: |
3939
.gitignore
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: 'v3.3.1'
41+
rev: 'v3.10.1'
4242
hooks:
4343
- id: pyupgrade
4444
args: ['--py36-plus']
4545
- repo: https://github.com/PyCQA/flake8
46-
rev: '6.0.0'
46+
rev: '6.1.0'
4747
hooks:
4848
- id: flake8

0 commit comments

Comments
 (0)