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: v2.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v2.5.0...v5.0.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v1.9.0 → v3.13.0](asottile/reorder-python-imports@v1.9.0...v3.13.0)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v1.5.7 → v2.3.1](hhatto/autopep8@v1.5.7...v2.3.1)
- [github.com/asottile/yesqa: v0.0.11 → v1.5.0](asottile/yesqa@v0.0.11...v1.5.0)
- [github.com/PyCQA/flake8: 3.9.2 → 7.1.1](PyCQA/flake8@3.9.2...7.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 8, 2024
1 parent 7dd1998 commit 4d0b0aa
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
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python2.7
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v5.0.0
hooks:
- id: check-docstring-first
- id: check-yaml
Expand All @@ -14,19 +14,19 @@ repos:
- id: trailing-whitespace
- id: requirements-txt-fixer
- id: double-quote-string-fixer
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.9.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.5.7
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
- id: autopep8
- repo: https://github.com/asottile/yesqa
rev: v0.0.11
rev: v1.5.0
hooks:
- id: yesqa
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 7.1.1
hooks:
- id: flake8

0 comments on commit 4d0b0aa

Please sign in to comment.