Skip to content

Commit 25e1cb1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.14.0](asottile/reorder-python-imports@v3.10.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.7.0 → v3.19.1](asottile/pyupgrade@v3.7.0...v3.19.1) - [github.com/psf/black: 23.3.0 → 24.10.0](psf/black@23.3.0...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
1 parent 2b91d07 commit 25e1cb1

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.14.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.19.1
1111
hooks:
1212
- id: pyupgrade
1313
args: [--py37-plus]
1414

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

2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.4.0
21+
rev: v5.0.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: '7.1.1'
2929
hooks:
3030
- id: flake8
3131
exclude: tests

0 commit comments

Comments
 (0)