Skip to content

Commit 0ffd9aa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.11.0](asottile/reorder-python-imports@v3.10.0...v3.11.0) - [github.com/asottile/pyupgrade: v3.7.0 → v3.11.0](asottile/pyupgrade@v3.7.0...v3.11.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 2b91d07 commit 0ffd9aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ default_language_version:
22
python: python3.10
33
repos:
44
- repo: https://github.com/asottile/reorder-python-imports
5-
rev: v3.10.0
5+
rev: v3.11.0
66
hooks:
77
- id: reorder-python-imports
88
args: [--py37-plus]
99
- repo: https://github.com/asottile/pyupgrade
10-
rev: v3.7.0
10+
rev: v3.11.0
1111
hooks:
1212
- id: pyupgrade
1313
args: [--py37-plus]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 23.3.0
16+
rev: 23.9.1
1717
hooks:
1818
- id: black
1919

@@ -25,7 +25,7 @@ repos:
2525
#- id: check-yaml
2626
- id: debug-statements
2727
- repo: https://github.com/pycqa/flake8
28-
rev: '6.0.0'
28+
rev: '6.1.0'
2929
hooks:
3030
- id: flake8
3131
exclude: tests

0 commit comments

Comments
 (0)