Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 07ecdcc

Browse files
authored
Merge pull request #133 from asottile/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b2841f2 + c69a727 commit 07ecdcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
- id: reorder-python-imports
2020
args: [--py38-plus, --add-import, 'from __future__ import annotations']
2121
- repo: https://github.com/asottile/add-trailing-comma
22-
rev: v3.0.0
22+
rev: v3.0.1
2323
hooks:
2424
- id: add-trailing-comma
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.9.0
26+
rev: v3.10.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py38-plus]
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: autopep8
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 6.0.0
35+
rev: 6.1.0
3636
hooks:
3737
- id: flake8
3838
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)