Skip to content

Commit 426261f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.12.0](asottile/reorder-python-imports@v3.10.0...v3.12.0) - [github.com/asottile/pyupgrade: v3.7.0 → v3.15.0](asottile/pyupgrade@v3.7.0...v3.15.0) - [github.com/psf/black: 23.3.0 → 23.10.1](psf/black@23.3.0...23.10.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/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 2b91d07 commit 426261f

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
@@ -2,30 +2,30 @@ 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.12.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.15.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.10.1
1717
hooks:
1818
- id: black
1919

2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.4.0
21+
rev: v4.5.0
2222
hooks:
2323
- id: trailing-whitespace
2424
- id: end-of-file-fixer
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)