Skip to content

Commit d0c7776

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.1.0 → v3.15.0](asottile/reorder-python-imports@v3.1.0...v3.15.0) - [github.com/psf/black: 22.3.0 → 25.1.0](psf/black@22.3.0...25.1.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.3.0](PyCQA/flake8@4.0.1...7.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.2.0...v5.0.0) - [github.com/asottile/pyupgrade: v2.32.1 → v3.20.0](asottile/pyupgrade@v2.32.1...v3.20.0)
1 parent 272457d commit d0c7776

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
repos:
2-
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v3.1.0
2+
- repo: https://github.com/asottile/reorder-python-imports
3+
rev: v3.15.0
44
hooks:
55
- id: reorder-python-imports
66
language_version: python3
77
args:
88
- --application-directories=.:src
99
- repo: https://github.com/psf/black
10-
rev: 22.3.0
10+
rev: 25.1.0
1111
hooks:
1212
- id: black
1313
args: [--safe, --quiet, --line-length, "100"]
1414
language_version: python3
1515
require_serial: true
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 4.0.1
17+
rev: 7.3.0
1818
hooks:
1919
- id: flake8
2020
language_version: python3
2121
args:
2222
- --max-line-length=100
2323
- --ignore=W503,E203
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.2.0
25+
rev: v5.0.0
2626
hooks:
2727
- id: trailing-whitespace
2828
language_version: python3
@@ -31,7 +31,7 @@ repos:
3131
- id: debug-statements
3232
language_version: python3
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.32.1
34+
rev: v3.20.0
3535
hooks:
3636
- id: pyupgrade
3737
language_version: python3

0 commit comments

Comments
 (0)