Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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.10.0](asottile/reorder-python-imports@v3.8.3...v3.10.0)
- [github.com/asottile/add-trailing-comma: v2.3.0 → v3.0.0](asottile/add-trailing-comma@v2.3.0...v3.0.0)
- [github.com/asottile/pyupgrade: v2.38.2 → v3.8.0](asottile/pyupgrade@v2.38.2...v3.8.0)
- [github.com/pre-commit/mirrors-autopep8: v1.7.0 → v2.0.2](pre-commit/mirrors-autopep8@v1.7.0...v2.0.2)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2023
1 parent 537c94b commit 231b37c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: '^pypi_browser/static/bootstrap'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -10,26 +10,26 @@ repos:
- id: double-quote-string-fixer
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.3
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0
hooks:
- id: reorder-python-imports
args: ['--py38-plus']
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.3.0
rev: v3.0.0
hooks:
- id: add-trailing-comma
args: ['--py36-plus']
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.8.0
hooks:
- id: pyupgrade
args: ['--py38-plus']
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.7.0
rev: v2.0.2
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8

0 comments on commit 231b37c

Please sign in to comment.