Skip to content

Commit 69ad8fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.8.3 → v3.11.0](asottile/reorder-python-imports@v3.8.3...v3.11.0) - [github.com/asottile/add-trailing-comma: v2.3.0 → v3.1.0](asottile/add-trailing-comma@v2.3.0...v3.1.0) - [github.com/asottile/pyupgrade: v2.38.2 → v3.11.0](asottile/pyupgrade@v2.38.2...v3.11.0) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.7.0 → v2.0.4](hhatto/autopep8@v1.7.0...v2.0.4) - [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0)
1 parent 537c94b commit 69ad8fa

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,7 +1,7 @@
11
exclude: '^pypi_browser/static/bootstrap'
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.3.0
4+
rev: v4.4.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -10,26 +10,26 @@ repos:
1010
- id: double-quote-string-fixer
1111
- id: name-tests-test
1212
- id: requirements-txt-fixer
13-
- repo: https://github.com/asottile/reorder_python_imports
14-
rev: v3.8.3
13+
- repo: https://github.com/asottile/reorder-python-imports
14+
rev: v3.11.0
1515
hooks:
1616
- id: reorder-python-imports
1717
args: ['--py38-plus']
1818
- repo: https://github.com/asottile/add-trailing-comma
19-
rev: v2.3.0
19+
rev: v3.1.0
2020
hooks:
2121
- id: add-trailing-comma
2222
args: ['--py36-plus']
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.38.2
24+
rev: v3.11.0
2525
hooks:
2626
- id: pyupgrade
2727
args: ['--py38-plus']
28-
- repo: https://github.com/pre-commit/mirrors-autopep8
29-
rev: v1.7.0
28+
- repo: https://github.com/hhatto/autopep8
29+
rev: v2.0.4
3030
hooks:
3131
- id: autopep8
3232
- repo: https://github.com/PyCQA/flake8
33-
rev: 5.0.4
33+
rev: 6.1.0
3434
hooks:
3535
- id: flake8

0 commit comments

Comments
 (0)