Skip to content

Commit 4d79555

Browse files
authored
Merge pull request #18 from pre-commit-ci/autoupdate
pre-commit autoupdate
2 parents 87b886c + 0a285f6 commit 4d79555

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,8 +9,8 @@ repos:
99
- id: double-quote-string-fixer
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
12-
- repo: https://github.com/asottile/reorder_python_imports
13-
rev: v3.12.0
12+
- repo: https://github.com/asottile/reorder-python-imports
13+
rev: v3.13.0
1414
hooks:
1515
- id: reorder-python-imports
1616
args: [--py38-plus, --add-import, 'from __future__ import annotations']
@@ -19,19 +19,19 @@ repos:
1919
hooks:
2020
- id: add-trailing-comma
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.15.0
22+
rev: v3.17.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py38-plus]
26-
- repo: https://github.com/pre-commit/mirrors-autopep8
27-
rev: v2.0.4
26+
- repo: https://github.com/hhatto/autopep8
27+
rev: v2.3.1
2828
hooks:
2929
- id: autopep8
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 7.0.0
31+
rev: 7.1.1
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.8.0
35+
rev: v1.11.2
3636
hooks:
3737
- id: mypy

0 commit comments

Comments
 (0)