Skip to content

Commit a8839db

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.16.0](asottile/reorder-python-imports@v3.10.0...v3.16.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 25.11.0](psf/black-pre-commit-mirror@23.7.0...25.11.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.21.1](asottile/pyupgrade@v3.9.0...v3.21.1)
1 parent b5c17d4 commit a8839db

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
repos:
22
- repo: https://github.com/asottile/reorder-python-imports
3-
rev: v3.10.0
3+
rev: v3.16.0
44
hooks:
55
- id: reorder-python-imports
66
language_version: python3
77
args:
88
- --application-directories=.:src
9-
- repo: https://github.com/psf/black
10-
rev: 23.7.0
9+
- repo: https://github.com/psf/black-pre-commit-mirror
10+
rev: 25.11.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: 6.0.0
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.4.0
25+
rev: v6.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: v3.9.0
34+
rev: v3.21.1
3535
hooks:
3636
- id: pyupgrade
3737
language_version: python3

0 commit comments

Comments
 (0)