Skip to content

Commit d7bc20a

Browse files
Merge pull request #903 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 5b1c77b + b0695bd commit d7bc20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
args: [--safe, --quiet]
99
exclude: docs/examples/
1010
- repo: https://github.com/asottile/reorder-python-imports
11-
rev: v3.10.0
11+
rev: v3.11.0
1212
hooks:
1313
- id: reorder-python-imports
1414
args: [ "--application-directories=.:src" , --py38-plus, --add-import, 'from __future__ import annotations']
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.10.1
26+
rev: v3.11.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py38-plus]

0 commit comments

Comments
 (0)